Skip to content

Commit 478db51

Browse files
committed
Lint
1 parent 1093103 commit 478db51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Workspace/Workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const Placeholder: React.FC = () => {
8484
)
8585
}
8686

87-
export const useStyles = makeStyles((theme) => {
87+
export const useStyles = makeStyles(() => {
8888
return {
8989
root: {
9090
display: "flex",

0 commit comments

Comments
 (0)