Skip to content

Commit 288a01f

Browse files
committed
bug fix
1 parent 8acd499 commit 288a01f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@
233233
"publish": {
234234
"provider": "github",
235235
"owner": "yessGlory17",
236-
"repo": "programmer-browser"
236+
"repo": "programmer-browser",
237+
"token": "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"
237238
}
238239
},
239240
"devEngines": {

src/renderer/components/List.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const List = () => {
1515
) => {
1616
e.preventDefault();
1717
if (currentTabIndex === index) {
18-
setTabIndex?.(0);
18+
setTabIndex?.(null);
1919
} else {
2020
setTabIndex?.(index);
2121
}

0 commit comments

Comments
 (0)