mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Update AdminTariffs.tsx
This commit is contained in:
@@ -132,7 +132,6 @@ interface PeriodTariffModalProps {
|
||||
}
|
||||
|
||||
function PeriodTariffModal({ tariff, servers, onSave, onClose, isLoading }: PeriodTariffModalProps) {
|
||||
const { t } = useTranslation()
|
||||
const isEdit = !!tariff
|
||||
|
||||
const [name, setName] = useState(tariff?.name || '')
|
||||
|
||||
Reference in New Issue
Block a user