Skip to content

Commit 6961e84

Browse files
committed
fix(react): remove semicolon
1 parent ddede0a commit 6961e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/useOptimistic/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function App() {
2222
return (
2323
<div className="sensorario-container light">
2424
<h1>useOptimistic()</h1>
25-
<Library books={books} sendBook={sendBook} />;
25+
<Library books={books} sendBook={sendBook} />
2626
</div>
2727
)
2828
}

0 commit comments

Comments
 (0)