.
This commit is contained in:
@@ -13,12 +13,10 @@ import { AlarmRoutes } from './alarm-routes';
|
||||
|
||||
export interface AlarmListProps {
|
||||
appNotificationCategory: string;
|
||||
appNotificationCategories: Array<any>;
|
||||
};
|
||||
|
||||
export const AlarmList = ({
|
||||
appNotificationCategory,
|
||||
appNotificationCategories
|
||||
appNotificationCategory
|
||||
}: AlarmListProps) => {
|
||||
const { navigate } = useNavigate();
|
||||
const { t } = useTranslation();
|
||||
@@ -110,7 +108,6 @@ export const AlarmList = ({
|
||||
appNotificationTitle={ resultList[i]?.appNotificationTitle }
|
||||
appNotificationContent={ resultList[i]?.appNotificationContent }
|
||||
appNotificationLink={ resultList[i]?.appNotificationLink }
|
||||
appNotificationCategories={ appNotificationCategories }
|
||||
setAlarmRoutesOn={ setAlarmRoutesOn }
|
||||
setAlarmOptions={ setAlarmOptions }
|
||||
></AlarmItem>
|
||||
|
||||
Reference in New Issue
Block a user