mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Eject create-react-app
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user