Skip to content

Commit

Permalink
Fix: Regional formats not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
DQGriffin committed Aug 4, 2023
1 parent 2ecbe1d commit 00bab39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/rcapi/useRegionalFormats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ const useRegionalFormats = () => {
let adjustedAussieFormat = {...aussieFormat}
adjustedAussieFormat.name = 'English (Australia)'
setRegionalFormats([...formats, adjustedAussieFormat])
} else {
setRegionalFormats(formats)
}
setRegionalFormatMap(map)
}
Expand Down

0 comments on commit 00bab39

Please sign in to comment.