Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssayzhang committed Sep 18, 2023
1 parent 2030b9d commit 7ccd6a5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ const TeamEventCreditReview = (props: {
<p>Team Event: {teamEvent.name}</p>
<p>Number of Credits: {teamEvent.numCredits}</p>
{teamEvent.hasHours && <p> Hours Attended: {teamEventAttendance.hoursAttended}</p>}
{isLoading ? (
<Loader active />
) : (
<Image src={image} />
)}
{isLoading ? <Loader active /> : <Image src={image} />}
</Modal.Description>
</Modal.Content>
<Modal.Actions>
Expand Down

0 comments on commit 7ccd6a5

Please sign in to comment.