File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import IconSalesforceImplementation from '../assets/icons/v.2.5/project-types/sa
2929import IconSolutions from '../assets/icons/v.2.5/project-types/solutions.svg'
3030import IconUserSentimentAnalysis from '../assets/icons/v.2.5/project-types/user-sentiment-analysis.svg'
3131import IconDefault from '../assets/icons/v.2.5/project-types/default.svg'
32- import IconTcInternal from '../assets/icons/ui-rocket-white.svg'
32+ // import IconTcInternal from '../assets/icons/ui-rocket-white.svg'
3333
3434const ProjectTypeIcon = ( { type } ) => {
3535 // if type is defined as a relative path to the icon, convert it to icon "id"
@@ -61,7 +61,7 @@ const ProjectTypeIcon = ({ type }) => {
6161 case 'salesforce-implementation' : return < IconSalesforceImplementation />
6262 case 'solutions' : return < IconSolutions />
6363 case 'user-sentiment-analysis' : return < IconUserSentimentAnalysis />
64- case 'tc-internal' : return < IconTcInternal />
64+ // case 'tc-internal': return <IconTcInternal />
6565 default :
6666 // this will be default icon
6767 return < IconDefault />
You can’t perform that action at this time.
0 commit comments