Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhPhan8803 committed Dec 2, 2022
1 parent 7eb14f6 commit 0ad58fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/frontend/src/components/mainpageright/AddReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ export default function AddReview({ apt, setReviews, username }: Props) {
label="Downvote"
/>
</RadioGroup>
<Button
type="submit"
variant="contained"
onClick={add}
>
<Button type="submit" variant="contained" onClick={add}>
Submit
</Button>
</Stack>
Expand Down

3 comments on commit 0ad58fe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
app.py1450100%
auth.py90100%
config.py10100%
decorators.py270100%
dataholders
   apt.py90100%
   mainpage_get.py150100%
   review.py70100%
   user.py80100%
pages
   login.py290100%
   mainpage.py1000100%
   userpage.py530100%
TOTAL4030100%

Tests Skipped Failures Errors Time
49 0 💤 0 ❌ 0 🔥 0.841s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
app.py1450100%
auth.py90100%
config.py10100%
decorators.py270100%
dataholders
   apt.py90100%
   mainpage_get.py150100%
   review.py70100%
   user.py80100%
pages
   login.py290100%
   mainpage.py1000100%
   userpage.py530100%
TOTAL4030100%

Tests Skipped Failures Errors Time
49 0 💤 0 ❌ 0 🔥 0.821s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
app.py1450100%
auth.py90100%
config.py10100%
decorators.py270100%
dataholders
   apt.py90100%
   mainpage_get.py150100%
   review.py70100%
   user.py80100%
pages
   login.py290100%
   mainpage.py1000100%
   userpage.py530100%
TOTAL4030100%

Tests Skipped Failures Errors Time
49 0 💤 0 ❌ 0 🔥 1.085s ⏱️

Please sign in to comment.