diff --git a/web/components/contract/contract-details.tsx b/web/components/contract/contract-details.tsx
index 817765f0..bdbebc50 100644
--- a/web/components/contract/contract-details.tsx
+++ b/web/components/contract/contract-details.tsx
@@ -259,9 +259,6 @@ export function MarketGroups(props: {
{disabled ? (
{ groupInfo }
) : (
- // !user ? (
- //
- // ) :
{groupInfo}
{user && (
diff --git a/web/components/contract/contract-overview.tsx b/web/components/contract/contract-overview.tsx
index da0146ec..bfb4829f 100644
--- a/web/components/contract/contract-overview.tsx
+++ b/web/components/contract/contract-overview.tsx
@@ -85,7 +85,6 @@ const BinaryOverview = (props: { contract: BinaryContract; bets: Bet[] }) => {
- {/* */}
{tradingAllowed(contract) && (
)}
@@ -113,10 +112,6 @@ const ChoiceOverview = (props: {
- {/* */}
)
@@ -140,7 +135,6 @@ const PseudoNumericOverview = (props: {
- {/* */}
{tradingAllowed(contract) && }
diff --git a/web/components/follow-button.tsx b/web/components/follow-button.tsx
index 8eb94d90..6344757d 100644
--- a/web/components/follow-button.tsx
+++ b/web/components/follow-button.tsx
@@ -79,7 +79,6 @@ export function MiniUserFollowButton(props: { userId: string }) {
const isFollowing = following?.includes(userId)
const isFirstRender = useRef(true)
const [justFollowed, setJustFollowed] = useState(false)
- // const [followFade, setfollowFade] = useState(false)
useEffect(() => {
if (isFirstRender.current) {