mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-16 15:58:00 +00:00
fix
This commit is contained in:
@@ -43,6 +43,8 @@ export const SettingsModal = ({ isOpen, closeModal }: SettingsModalProps) => {
|
||||
);
|
||||
const data = await result.json();
|
||||
|
||||
console.info("liveVersion": data.name)
|
||||
|
||||
if (!data.name) {
|
||||
setNewVersion(undefined);
|
||||
setIsLatestVersion(false);
|
||||
|
||||
Reference in New Issue
Block a user