Skip to content

Commit

Permalink
Correção erros format prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoFAmaral committed Dec 9, 2024
1 parent 2e67427 commit 0f84cb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Pages/Protected/Benefit/BenefitsValue/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
left: 85%;
}


.benefit-details-expanded {
display: flex;
justify-content: space-between;
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Protected/Benefit/BenefitsValue/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function BenefitsValue() {

<Divider
style={{
padding: "1rem 0 0 0"
padding: "1rem 0 0 0",
}}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Routes/protectedRoutes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,4 @@ const ProtectedRoutes = () => {
);
};

export default ProtectedRoutes;
export default ProtectedRoutes;

0 comments on commit 0f84cb2

Please sign in to comment.