mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
remove redundant content in function names
This commit is contained in:
@@ -16,7 +16,7 @@ export interface DayAndDisplayName {
|
||||
readonly displayName: string;
|
||||
}
|
||||
|
||||
export function useAccountEditPageBaseBase() {
|
||||
export function useAccountEditPageBase() {
|
||||
const { tt, getAllAccountCategories, getAllAccountTypes, getMonthdayShortName } = useI18n();
|
||||
|
||||
const userStore = useUserStore();
|
||||
|
||||
@@ -13,7 +13,7 @@ import type { Account, CategorizedAccount } from '@/models/account.ts';
|
||||
|
||||
import { isObject, isNumber, isString } from '@/lib/common.ts';
|
||||
|
||||
export function useAccountListPageBaseBase() {
|
||||
export function useAccountListPageBase() {
|
||||
const { formatAmountToLocalizedNumeralsWithCurrency } = useI18n();
|
||||
|
||||
const settingsStore = useSettingsStore();
|
||||
|
||||
Reference in New Issue
Block a user