Skip to content

Commit fb5f32a

Browse files
committed
Removed Todo
1 parent f83d60f commit fb5f32a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/presentation/components/app-navbar/AppNavbar.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ const { showGoogleAuthPopup } = useAuth();
4343
4444
const { currentOpenedPages, deleteOpenedPageByUrl } = useNavbar();
4545
46-
/**
47-
* @todo when user clicks on + button to add new note the user should see the previous note heirarchy
48-
*/
4946
const tabs = computed(() => currentOpenedPages.value.map((page): TabParams => {
5047
return {
5148
id: page.url,

0 commit comments

Comments
 (0)