Merged in chore/eslint-curly-braces (pull request #3304)
Chore/eslint curly braces * Add eslint rule for curly braces * run eslint --fix for all files Approved-by: Linus Flood
This commit is contained in:
@@ -44,7 +44,7 @@ export function PaymentOption({
|
||||
</div>
|
||||
<div className={styles.cardContainer}>
|
||||
{cardNumber && (
|
||||
<Typography variant={'Body/Supporting text (caption)/smRegular'}>
|
||||
<Typography variant="Body/Supporting text (caption)/smRegular">
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
<span>•••• {cardNumber}</span>
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user