Skip to content

Commit

Permalink
fix: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jainpawan21 committed Nov 5, 2024
1 parent ca1307d commit 61f3fe7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/web/src/components/layout/components/SupportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ export const SupportModal: FC<SupportModalProps> = ({ isOpen, toggleOpen }) => {
minRows={8}
onChange={onChange}
value={value}
/*
* onChange={onBridgeUrlChange}
* value={url}
* disabled={isLoading}
* variant="preventLayoutShift"
* error={urlError}
*/
className={css({ marginBottom: '20px' })}
/>
)}
Expand Down

0 comments on commit 61f3fe7

Please sign in to comment.