From 4db9a5279ff9e57aaaa2c546eb502f1ada91502a Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Tue, 21 Nov 2023 17:32:22 +0700 Subject: [PATCH] Comment out ST V3 section --- .../components/ServiceTokenTab/ServiceTokenTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Project/MembersPage/components/ServiceTokenTab/ServiceTokenTab.tsx b/frontend/src/views/Project/MembersPage/components/ServiceTokenTab/ServiceTokenTab.tsx index 1a3c6e95c..86ae8bfe5 100644 --- a/frontend/src/views/Project/MembersPage/components/ServiceTokenTab/ServiceTokenTab.tsx +++ b/frontend/src/views/Project/MembersPage/components/ServiceTokenTab/ServiceTokenTab.tsx @@ -2,7 +2,7 @@ import { motion } from "framer-motion"; import { ServiceTokenSection, - ServiceTokenV3Section + // ServiceTokenV3Section } from "./components"; export const ServiceTokenTab = () => { @@ -14,7 +14,7 @@ export const ServiceTokenTab = () => { animate={{ opacity: 1, translateX: 0 }} exit={{ opacity: 0, translateX: 30 }} > - + {/* */} );