Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhPhan8803 committed Dec 2, 2022
1 parent 50a5344 commit 7eb14f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/frontend/src/components/mainpageright/AddReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ export default function AddReview({ apt, setReviews, username }: Props) {
<Button
type="submit"
variant="contained"
onClick={() => {
add();
}}
onClick={add}
>
Submit
</Button>
Expand Down

3 comments on commit 7eb14f6

@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.112s ⏱️

@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.274s ⏱️

@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.534s ⏱️

Please sign in to comment.