chore: code clean (#140)

This commit is contained in:
XQ
2022-08-09 21:36:48 +08:00
committed by GitHub
parent cea16fac88
commit 972a49d6aa
5 changed files with 8 additions and 8 deletions

View File

@ -46,10 +46,10 @@ const Sidebar: React.FC<Props> = () => {
<button className="btn action-btn" onClick={handleMyAccountBtnClick}>
<span className="icon"></span> Setting
</button>
<button className="btn action-btn" onClick={handleArchivedBtnClick}>
<span className="icon">🗂</span> Archived
</button>
</Only>
<button className="btn action-btn" onClick={handleArchivedBtnClick}>
<span className="icon">🗂</span> Archived
</button>
</div>
<Only when={!userService.isVisitorMode()}>
<ShortcutList />