|
|
@@ -34,13 +34,6 @@ const InAppNotificationList: FC<Props> = (props: Props) => {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
- // TODO: improve view of loading icon by #80669
|
|
|
- const RenderUnLoadedInAppNotification = (): JSX.Element => {
|
|
|
- return (
|
|
|
- <i className="fa fa-spinner"></i>
|
|
|
- );
|
|
|
- };
|
|
|
-
|
|
|
const RenderEmptyInAppNotification = (): JSX.Element => {
|
|
|
return (
|
|
|
// TODO: apply i18n by #78569
|