Skip to content

Commit 7630bc2

Browse files
Merge branch 'PROD-1565_work-details' into PROD-1573_work-details-solutions
2 parents 3a46564 + 9efd320 commit 7630bc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src-ts/lib/page-footer/PageFooter.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ const PageFooter: FC<{}> = () => {
5353
onClick={(e) => handleClick(e, setIsContactSupportModalOpen)}>
5454
Support
5555
</a>
56-
<a href='#'>See a Bug?</a>
56+
{/* TODO: add Report a bug functionality to send to zendesk
57+
https://topcoder.atlassian.net/browse/PROD-1864
58+
<a href='#'>See a Bug?</a> */}
5759
</div>
5860
<div>
5961
<a

0 commit comments

Comments
 (0)