From c17a183618507a335f61901c803608e79340acd8 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Thu, 4 Jul 2024 15:34:47 +0200 Subject: [PATCH] style(EngineProfile): fix typo --- client/src/app/tabs/EngineProfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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