Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
doroudi committed Dec 6, 2024
1 parent 79a1428 commit a244454
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ customize:
title: Customize
theme: Theme
color: Color
layout: Layout
layout: Layout
3 changes: 1 addition & 2 deletions locales/fa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,8 @@ userMenu:
notifications:
empty: هیچ اعلانی وجود ندارد


customize:
title: سفارشی سازی
theme: پوسته
color: رنگ
layout: چیدمان
layout: چیدمان
1 change: 0 additions & 1 deletion src/components/CustomizeDialog/CustomizeDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
import { storeToRefs } from 'pinia'
const { t } = useI18n()
const theme = ref('light')
const layout = useLayoutStore()
const { isRtl } = storeToRefs(layout)
Expand Down

0 comments on commit a244454

Please sign in to comment.