Run 'rake format'
This commit is contained in:
parent
3b0e06885c
commit
b81b310c00
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue