mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 02:31:12 -05:00
Fix versioning component errors
This commit is contained in:
@@ -41,7 +41,7 @@ export function VersionComparisonDialog({
|
||||
};
|
||||
|
||||
loadDiff();
|
||||
}, [open, fromVersionId, toVersionId]);
|
||||
}, [open, fromVersionId, toVersionId, compareVersions]);
|
||||
|
||||
const formatValue = (value: any): string => {
|
||||
if (value === null || value === undefined) return 'null';
|
||||
|
||||
Reference in New Issue
Block a user