Fix calculateStatus export

remove-makegetotheraccounts
Alex Gleason 3 years ago
parent f6ff401bd1
commit a59daacc04
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -68,7 +68,7 @@ const buildSearchContent = (status: StatusRecord): string => {
// Only calculate these values when status first encountered
// Otherwise keep the ones already in the reducer
const calculateStatus = (
export const calculateStatus = (
status: StatusRecord,
oldStatus: StatusRecord,
expandSpoilers: boolean = false,

Loading…
Cancel
Save