mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
[~] Run button fix
This commit is contained in:
parent
7cba360e42
commit
a145f9044e
@ -59,7 +59,7 @@ const ServerCard = ({ status, version, name, framework, onRunClick, onStopClick,
|
||||
<div className="tooltip"></div>
|
||||
</div>
|
||||
<div className={styles.buttonContainer}>
|
||||
{status === "false" && (
|
||||
{status === false && (
|
||||
<button className={styles.stoppedButton} onClick={handleRun}>▶ Démarrer</button>
|
||||
)}
|
||||
{status === true && (
|
||||
|
Loading…
Reference in New Issue
Block a user