some pattern picker fixes
This commit is contained in:
parent
8fc493858e
commit
72d756b621
5 changed files with 7 additions and 6 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue