Skip to content

Commit fb62ad6

Browse files
committed
Cleanup: Remove accidental file and fix type
1 parent b21bc32 commit fb62ad6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

fix_ua_sniffing.patch

-5.5 KB
Binary file not shown.

src/component/fileBrowser.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ const LocalFileBrowser = ({ superState, dispatcher }) => {
249249
tempFilesRef.current = null;
250250
}}
251251
/>
252-
</div >
252+
</div>
253253
);
254254
};
255255
export default LocalFileBrowser;

0 commit comments

Comments
 (0)