From d8bd6c2c83381a95be8ba446bb15abb0899bdcb9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 4 Apr 2026 20:16:19 +0200 Subject: [PATCH] Update conditional rendering in App.tsx --- src/app/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 67ea6595..277176d1 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -7009,11 +7009,11 @@ export function App({ store, initialStatusMessage }: AppProps) {
Vertex selection is visible in the viewport. Persistent vertex transforms are still deferred.
) + ) : whiteboxSelectionMode !== "face" ? ( +
Switch to Face mode or choose a face chip to edit materials and UVs.
) : selectedFace === null || selectedFaceId === null ? (
- {whiteboxSelectionMode === "object" - ? "Switch to Face mode or choose a face chip to edit materials and UVs." - : "Select a face to edit its material and UV transform."} + Select a face to edit its material and UV transform.
) : ( <>