diff --git a/web/containers/Layout/TopBar/index.tsx b/web/containers/Layout/TopBar/index.tsx index e5429297e..5ab4ebc84 100644 --- a/web/containers/Layout/TopBar/index.tsx +++ b/web/containers/Layout/TopBar/index.tsx @@ -10,7 +10,9 @@ const TopBar = () => {
- {viewStateName} + + {viewStateName.replace(/([A-Z])/g, ' $1').trim()} +
{/* Command without trigger interface */}