Skip to content

Commit 8ad5a16

Browse files
fix: remove unncessary semi-colon
1 parent ab4ef1e commit 8ad5a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ ReactDOM.render(
165165
)
166166

167167
if (process.env.NODE_ENV === 'development') {
168-
;(module as any).hot.accept()
168+
(module as any).hot.accept()
169169
}

0 commit comments

Comments
 (0)