Fix calculateStatus export

merge-requests/1117/head
Alex Gleason 2022-03-19 17:29:46 -05:00
rodzic f6ff401bd1
commit a59daacc04
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
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,