Run 'rake format'

This commit is contained in:
0x1eef 2024-06-11 16:18:52 -03:00
parent 3b0e06885c
commit b81b310c00

View file

@ -23,7 +23,7 @@ export function Filter({ locale, t, setIndex, surahs }: Props) {
regexp.test(surah.name) ||
regexp.test(surah.roman.name) ||
regexp.test(String(surah.id)) ||
regexp.test(formatNumber(locale, surah.id))
regexp.test(formatNumber(locale, surah.id)),
);
setIndex(newIndex);
}