diff --git a/client/src/app/tabs/EngineProfile.js b/client/src/app/tabs/EngineProfile.js index 76013e1d87..03c826b269 100644 --- a/client/src/app/tabs/EngineProfile.js +++ b/client/src/app/tabs/EngineProfile.js @@ -194,7 +194,7 @@ function EditableVersionSection(props) { {(versionRecognized || !currentMinorVersion) ? : - + } @@ -249,7 +249,7 @@ function PlatformHint(props) { ); } -function UnknownVerisonHint(props) { +function UnknownVersionHint(props) { const { displayLabel, className