Skip to content

Commit 8033762

Browse files
committed
Fix linter
1 parent 883a3ad commit 8033762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/collaboration/components/toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type ThemeOption = {
2828
label: string;
2929
}
3030

31-
export function Toolbar({ editor, language, saving, setLanguage, peerOnline, theme, setTheme }: Props) {
31+
export function Toolbar({ editor, language, saving, setLanguage, peerOnline, theme, setTheme }: Readonly<Props>) {
3232
const languages: LanguageOption[] = [
3333
{ value: 'javascript', label: 'JavaScript' },
3434
{ value: 'python', label: 'Python' },

0 commit comments

Comments
 (0)