tg app fix sizes

This commit is contained in:
xds
2025-10-27 22:41:08 +03:00
parent ddd1097b15
commit 988a7bf4d0
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ const mode = computed(() => {
const recurrentCategory = ref<Category>({})
const recurrentName = ref<string>()
const recurrentAmount = ref<number>(0)
const recurrentDate = ref<number>(Math.floor(Math.random() * 31) + 1)
const recurrentDate = ref<number>(Math.floor(Math.random() * 31) )
const fetchData = async () => {