Skip to content

Commit

Permalink
lint & fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Dec 6, 2023
1 parent 4bedf04 commit 2097e19
Show file tree
Hide file tree
Showing 7 changed files with 2,193 additions and 2,193 deletions.
732 changes: 366 additions & 366 deletions assets/translations/de.json

Large diffs are not rendered by default.

730 changes: 365 additions & 365 deletions assets/translations/en.json

Large diffs are not rendered by default.

730 changes: 365 additions & 365 deletions assets/translations/es.json

Large diffs are not rendered by default.

732 changes: 366 additions & 366 deletions assets/translations/fr.json

Large diffs are not rendered by default.

728 changes: 364 additions & 364 deletions assets/translations/hu.json

Large diffs are not rendered by default.

730 changes: 365 additions & 365 deletions assets/translations/sw.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/components/nav/BottomNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default function BottomNav({
animatedBgStyles,
animatedPosStyles
}: TBottomNavProps & {
animatedBgStyles: { backgroundColor: TInterPolation },
animatedPosStyles: { transform: { translateY: TInterPolation }[] }
animatedBgStyles?: { backgroundColor: TInterPolation },
animatedPosStyles?: { transform: { translateY: TInterPolation }[] }
}) {
const { t } = useTranslation([NS.topNav])
const { color, highlight } = useThemeContext()
Expand Down

0 comments on commit 2097e19

Please sign in to comment.