Skip to content

Commit 6f56c38

Browse files
committed
update
1 parent 7f2134e commit 6f56c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpimodeldecoder/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default function Home() {
202202

203203
useEffect(() => {
204204
decodeModel(modelCode);
205-
}, [modelCode, decodeModel]);
205+
}, [modelCode]);
206206

207207
// Handle URL hash changes
208208
useEffect(() => {

0 commit comments

Comments
 (0)