remove blank line

This commit is contained in:
MaysWind
2023-06-24 01:22:12 +08:00
parent 178810f908
commit 838b56089b
@@ -93,7 +93,6 @@
:placeholder="$t('Default Currency')"
:items="allCurrencies"
v-model="newProfile.defaultCurrency"
>
<template v-slot:no-data>
<div class="px-4">{{ $t('No results') }}</div>