Skip to content

Commit

Permalink
fix: AccountSetting UI ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentxuu committed Jul 21, 2024
1 parent 35bcee5 commit 1d7a985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Profile/Accountsetting/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const AccountSetting = () => {
alignItems: 'center',
'@media (max-width: 767px)': {
width: '100%',
padding: '16px 20px',
padding: '16px 20px'
}
}}
>
Expand Down

0 comments on commit 1d7a985

Please sign in to comment.