From 6933b661ca4d63f18468b976aaad43c695fad136 Mon Sep 17 00:00:00 2001 From: sct Date: Fri, 18 Dec 2020 19:11:39 +0900 Subject: [PATCH] refactor(frontend): remove notification bell from user bar for now --- src/components/Layout/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 799a32579..5d4b36c7f 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -2,7 +2,6 @@ import React, { useState } from 'react'; import SearchInput from './SearchInput'; import UserDropdown from './UserDropdown'; import Sidebar from './Sidebar'; -import Notifications from './Notifications'; import LanguagePicker from './LanguagePicker'; import { useRouter } from 'next/router'; import { defineMessages, FormattedMessage } from 'react-intl'; @@ -47,7 +46,6 @@ const Layout: React.FC = ({ children }) => {
-