1
0
Fork 0

some pattern picker fixes

This commit is contained in:
Enoch Riese 2022-07-15 17:40:18 -04:00
parent 8fc493858e
commit 72d756b621
5 changed files with 7 additions and 6 deletions

View file

@ -10,7 +10,8 @@ const LocalePicker = ({ app, iconOnly=false }) => {
const pickerProps = {
iconOnly,
Icon: LocaleIcon,
title: t(router.locale)
title: t(router.locale),
end: true
}
return (