mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
Merge branch 'Payement' of https://github.com/hubHarmony/servii-frontend into Payement
This commit is contained in:
commit
173ed549df
@ -10,7 +10,7 @@ const ServerCard = ({ status, version, name, framework, onRunClick, onStopClick,
|
|||||||
|
|
||||||
const getFrameworkSource = () => {
|
const getFrameworkSource = () => {
|
||||||
switch (framework) {
|
switch (framework) {
|
||||||
case 'frabric':
|
case 'fabric':
|
||||||
return fabric;
|
return fabric;
|
||||||
case 'forge':
|
case 'forge':
|
||||||
return forge;
|
return forge;
|
||||||
|
Loading…
Reference in New Issue
Block a user