tg app fix sizes
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user