Skip to content

Commit

Permalink
style: format code with prettier (#1199)
Browse files Browse the repository at this point in the history
Format code with prettier

This commit fixes the style issues introduced in 846a45d according to the output
from Prettier.

Details: https://app.deepsource.com/gh/narayan954/dummygram/transform/729bf8c7-855a-49d1-ad50-203f16e25735/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] committed Aug 7, 2023
1 parent 846a45d commit 19300ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function SideBar({ anonymous }) {
variant="contained"
color="primary"
className="button-style"
style={{ marginRight: '20px' }} // Add right margin to create a gap
style={{ marginRight: "20px" }} // Add right margin to create a gap
>
Logout
</AnimatedButton>
Expand Down

0 comments on commit 19300ae

Please sign in to comment.