Skip to content

Commit 592341d

Browse files
committed
fixup.
1 parent bc3f583 commit 592341d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser-extension/tests/playground/playground.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const App = () => {
2828
{Object.entries(MODES).map(([mode, config]) => (
2929
<button
3030
key={mode}
31+
type='button'
3132
onClick={() => setActiveComponent(mode as Mode)}
3233
className={`px-3 py-2 rounded text-sm font-medium transition-colors ${
3334
activeComponent === mode

0 commit comments

Comments
 (0)