Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
(cherry picked from commit 3fa44d4)
  • Loading branch information
ruchamahabal authored and mergify[bot] committed Oct 30, 2024
1 parent f9951db commit 42985e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/EmployeeAdvanceItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { computed, inject } from "vue"
import ListItem from "@/components/ListItem.vue"
import EmployeeAdvanceIcon from "@/components/icons/EmployeeAdvanceIcon.vue"
import { formatCurrency } from "@/utils/formatters";
import { formatCurrency } from "@/utils/formatters"
const dayjs = inject("$dayjs")
const props = defineProps({
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ExpenseItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import { computed, inject } from "vue"
import { getCompanyCurrency } from "@/data/currencies"
import { formatCurrency } from "@/utils/formatters";
import { formatCurrency } from "@/utils/formatters"
const props = defineProps({
doc: {
Expand Down

0 comments on commit 42985e0

Please sign in to comment.