Why Did It Add a ;

This commit is contained in:
thororen 2024-12-06 12:23:24 -05:00
parent 0d25ea9825
commit 72b7c95b36

View file

@ -262,7 +262,7 @@ function Updater() {
<Forms.FormTitle tag="h5">Updates</Forms.FormTitle>
{isNewer ? <Newer {...commonProps} /> : <Updatable {...commonProps} />; }
{isNewer ? <Newer {...commonProps} /> : <Updatable {...commonProps} />}
</SettingsTab >
);
}