Skip to content

Commit 5efb1f7

Browse files
MelvinBotsituchan
andcommitted
Add justification comment for deprecated frameBorder usage
Co-authored-by: Situ Chandra Shil <situchan@users.noreply.github.com>
1 parent 45b1a7c commit 5efb1f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/WalletStatementModal/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function WalletStatementModal({statementPageURL}: WalletStatementProps) {
5353
height="100%"
5454
width="100%"
5555
seamless
56+
// frameBorder is deprecated in HTML5 but needed for consistent cross-browser iframe border removal
5657
// eslint-disable-next-line @typescript-eslint/no-deprecated
5758
frameBorder="0"
5859
onLoad={() => {

0 commit comments

Comments
 (0)