mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: remove shortcuts in frontend (#2071)
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import { useLayoutStore, useUserStore } from "../store/module";
|
||||
import SearchBar from "./SearchBar";
|
||||
import ShortcutList from "./ShortcutList";
|
||||
import TagList from "./TagList";
|
||||
import UsageHeatMap from "./UsageHeatMap";
|
||||
|
||||
@ -32,7 +31,6 @@ const HomeSidebar = () => {
|
||||
<UsageHeatMap />
|
||||
{!userStore.isVisitorMode() && (
|
||||
<>
|
||||
<ShortcutList />
|
||||
<TagList />
|
||||
</>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user