Merge branch 'fix-862' into 'develop'

Fix calculateStatus export

Closes #862

See merge request soapbox-pub/soapbox-fe!1117
remove-makegetotheraccounts
Alex Gleason 2022-03-19 22:45:37 +00:00
commit 77c7f34e4a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,