Merge branch 'fix-862' into 'develop'
Fix calculateStatus export Closes #862 See merge request soapbox-pub/soapbox-fe!1117
This commit is contained in:
commit
77c7f34e4a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue