Skip to content

Commit

Permalink
use map directly on statusType
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Mar 28, 2024
1 parent 8156b51 commit 56e14fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function StatusClearAfterPage({customStatus}: StatusClearAfterPageProps) {

const timePeriodOptions = useCallback(
() =>
Object.values(statusType).map((item) => (
statusType.map((item) => (
<RadioListItem
item={item}
onSelectRow={() => updateMode(item)}
Expand Down

0 comments on commit 56e14fa

Please sign in to comment.