Skip to content

Commit 5c80a9d

Browse files
vtjl10Aniket-Engg
authored andcommitted
Update listeners.ts
1 parent 0edd3b1 commit 5c80a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/git/src/lib/listeners.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export const setCallBacks = (viewPlugin: Plugin, gitDispatcher: React.Dispatch<g
200200
})
201201

202202
plugin.on('dgit' as any, 'openPanel', async (panel: string) => {
203-
setAtivePanel(panel)
203+
setActivePanel(panel)
204204
})
205205

206206
plugin.on('dgit' as any, 'init', async () => {

0 commit comments

Comments
 (0)