test, deleted system alert

This commit is contained in:
younghoon100.park
2024-07-01 18:43:06 +09:00
parent 75fddad16b
commit 113ca3ac46
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
}
//
else if (alamDispFlag === "N") {
dispatch(searchReservation(chanId));
dispatch(searchReservation(showId));
}
};