diff --git a/frontend/src/containers/Profile/ObsWidget.tsx b/frontend/src/containers/Profile/ObsWidget.tsx index b83ea5e7..8fb8fa4f 100644 --- a/frontend/src/containers/Profile/ObsWidget.tsx +++ b/frontend/src/containers/Profile/ObsWidget.tsx @@ -141,14 +141,15 @@ export const ObsWidget = () => { return (
- {!nologo ?
- PVPQ.NET -
-
: null} - {/* {nologo ? null : ( - PVPQ.NET -
*/} -
{contentList}
+
+ {!nologo ? ( +
+ PVPQ.NET +
+
+ ) : null} + {contentList} +
); };