From 1dbd932ddf882f48b145c6133a355ba6b1a97852 Mon Sep 17 00:00:00 2001 From: abby-stevenson <147872370+abby-stevenson@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:26:55 -0500 Subject: [PATCH] Removing unnecessary comments --- frontend/src/screens/portfolio/components/PortfolioItem.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/screens/portfolio/components/PortfolioItem.tsx b/frontend/src/screens/portfolio/components/PortfolioItem.tsx index a98a036..2c79fbc 100644 --- a/frontend/src/screens/portfolio/components/PortfolioItem.tsx +++ b/frontend/src/screens/portfolio/components/PortfolioItem.tsx @@ -1,6 +1,3 @@ -//TO DO Add the tag component -//TO DO Make the updates page inline with the figma - import React from 'react'; import { View, Text, Image } from 'react-native'; import { styled } from 'nativewind';