mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 05:13:29 -05:00
Why Did It Add a ;
This commit is contained in:
parent
0d25ea9825
commit
72b7c95b36
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ function Updater() {
|
|||
|
||||
<Forms.FormTitle tag="h5">Updates</Forms.FormTitle>
|
||||
|
||||
{isNewer ? <Newer {...commonProps} /> : <Updatable {...commonProps} />; }
|
||||
{isNewer ? <Newer {...commonProps} /> : <Updatable {...commonProps} />}
|
||||
</SettingsTab >
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue