Eject create-react-app

This commit is contained in:
Infinite
2020-01-24 12:59:37 +01:00
parent 95bedc77fe
commit 1928f09dcf
18 changed files with 2608 additions and 2387 deletions

View File

@@ -40,7 +40,7 @@ export const SettingsAboutPanel: React.FC = () => {
}
function renderLatestVersion() {
if (!data || !data.version || !data.version.version) { return; } //if there is no "version" latest version check is obviously not supported
if (!data || !data.version || !data.version.version) { return; } // if there is no "version" latest version check is obviously not supported
return (
<Table>
<tbody>