diff --git a/src/components/Application/src/AppLocalePicker.vue b/src/components/Application/src/AppLocalePicker.vue index 63dd8fb..d9ae5e6 100644 --- a/src/components/Application/src/AppLocalePicker.vue +++ b/src/components/Application/src/AppLocalePicker.vue @@ -57,7 +57,7 @@ function handleMenuEvent(menu: DropMenu) { overlay-class-name="app-locale-picker-overlay" @menu-event="handleMenuEvent" > - + {{ getLocaleText }} diff --git a/src/components/Application/src/AppSizePicker.vue b/src/components/Application/src/AppSizePicker.vue index ce9b3d9..fc9103f 100644 --- a/src/components/Application/src/AppSizePicker.vue +++ b/src/components/Application/src/AppSizePicker.vue @@ -53,7 +53,7 @@ function handleMenuEvent(menu: DropMenu) { overlay-class-name="app-locale-picker-overlay" @menu-event="handleMenuEvent" > - + {{ getSizeText }} diff --git a/src/components/CardList/src/CardList.vue b/src/components/CardList/src/CardList.vue index cff7826..3d26a41 100644 --- a/src/components/CardList/src/CardList.vue +++ b/src/components/CardList/src/CardList.vue @@ -100,7 +100,7 @@ async function handleDelete(id) {