Skip to content

Commit

Permalink
OK-715 remove unused useTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeinoe committed Nov 28, 2024
1 parent 9efe665 commit ba92d57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/maksut-ui/app/components/KkHakemusmaksuPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import { useLocale, useTranslations } from "use-intl";
import { translateLocalizedString } from "@/app/lib/utils";
import Panel from "@/app/components/Panel";
import MaksaButton from "@/app/components/MaksaButton";
import { useTheme } from '@mui/material'

const KkHakemusmaksuPanel = ({ lasku }: {lasku: Lasku}) => {
const t = useTranslations('KkHakemusmaksuPanel')
const theme = useTheme()
const locale = useLocale() as Locale
const tMaksut = useTranslations('MaksutPanel')

Expand Down

0 comments on commit ba92d57

Please sign in to comment.