TheYuriG / deno-portfolio

This is the repository that later gets rendered as my personal website.
https://www.theyurig.com
3 stars 1 forks source link

Move validation functions from NewExpense.tsx to /services/form-validation #84

Closed TheYuriG closed 1 year ago

TheYuriG commented 1 year ago

When refactoring validation functions, I guess I forgot to move the validations for a new expense from /projects/expense-tracker. Whoops. This issue aims to have that migrated to the service folder with every other validation function.