From fe23857d78b74e3b433e9aa35825c4cabc19d4e1 Mon Sep 17 00:00:00 2001 From: Sammers21 Date: Mon, 26 Feb 2024 17:30:12 +0300 Subject: [PATCH] releasef chips-ranks-rating style --- frontend/src/containers/Profile/ObsWidget.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/src/containers/Profile/ObsWidget.tsx b/frontend/src/containers/Profile/ObsWidget.tsx index 5dd0704e..a10d5a3a 100644 --- a/frontend/src/containers/Profile/ObsWidget.tsx +++ b/frontend/src/containers/Profile/ObsWidget.tsx @@ -114,6 +114,18 @@ export const ObsWidget = () => { ); }); + } else if (style === "chips-ranks-rating") { + contentList = specAndMaxShuffle?.map((alt) => { + return ( +
+ +
+ ); + }); } return (