|
@@ -5,7 +5,7 @@ import { IInAppNotification } from '../../interfaces/in-app-notification';
|
|
|
import { InAppNotification } from './InAppNotification';
|
|
import { InAppNotification } from './InAppNotification';
|
|
|
|
|
|
|
|
type Props = {
|
|
type Props = {
|
|
|
- inAppNotificationData: PaginateResult<IInAppNotification>;
|
|
|
|
|
|
|
+ inAppNotificationData: PaginateResult<IInAppNotification> | undefined;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const InAppNotificationList: FC<Props> = (props: Props) => {
|
|
const InAppNotificationList: FC<Props> = (props: Props) => {
|