Skip to content

Commit 97cdc7e

Browse files
committed
refactor: 开放inbox服务
1 parent 23b96f7 commit 97cdc7e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

client/web/src/routes/Main/Navbar/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ export const Navbar: React.FC = React.memo(() => {
2525
<div className="space-y-2">
2626
<PersonalNav />
2727

28-
<DevContainer>
29-
<InboxNav />
30-
</DevContainer>
28+
<InboxNav />
3129
</div>
3230

3331
<div className="px-3">
File renamed without changes.

0 commit comments

Comments
 (0)