kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix calculateStatus export
rodzic
f6ff401bd1
commit
a59daacc04
|
@ -68,7 +68,7 @@ const buildSearchContent = (status: StatusRecord): string => {
|
||||||
|
|
||||||
// Only calculate these values when status first encountered
|
// Only calculate these values when status first encountered
|
||||||
// Otherwise keep the ones already in the reducer
|
// Otherwise keep the ones already in the reducer
|
||||||
const calculateStatus = (
|
export const calculateStatus = (
|
||||||
status: StatusRecord,
|
status: StatusRecord,
|
||||||
oldStatus: StatusRecord,
|
oldStatus: StatusRecord,
|
||||||
expandSpoilers: boolean = false,
|
expandSpoilers: boolean = false,
|
||||||
|
|
Ładowanie…
Reference in New Issue