Skip to content

Commit 22c12c1

Browse files
committed
fix: implicit any
1 parent 51232d7 commit 22c12c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/StatusBoard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const useViewModel = (props: StatusBoardProps) => {
182182
{type === 'Tab' && !isDevtoolsSelf && (
183183
<BugOutlined
184184
title="debug"
185-
onClick={(e) => {
185+
onClick={(e: any) => {
186186
e.stopPropagation();
187187
openDevTools(item.webContentInfo);
188188
}}

0 commit comments

Comments
 (0)