mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Remove or exempt all uses of 'any
* Refactored LocalForage * Refactored SceneFilenameParser
This commit is contained in:
@@ -155,7 +155,7 @@ export const SettingsAboutPanel: React.FC = () => {
|
||||
{!dataLatest || loadingLatest || networkStatus === 4 ? (
|
||||
<LoadingIndicator inline />
|
||||
) : (
|
||||
<>{renderLatestVersion()}</>
|
||||
renderLatestVersion()
|
||||
)}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user