Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiSrinivas321 committed Feb 11, 2022
1 parent dfaeab6 commit 7b6d463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/Events and Workshops/EventsAdmin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ const EventsAdmin = () => {
</Select>
</Flex>
{
vertical === "WORKSHOPS" && data3?.getPaidUsersCount && <Center>
vertical === "WORKSHOPS" && <Center>
<Flex flexDirection={'column'}>
<Heading as='h3' size={'lg'} p={2} m={2}>Total Paid Registrations for Workshops : {data3.getPaidUsersCount} </Heading>
<Heading as='h3' size={'lg'} p={2} m={2}>Total Paid Registrations for Workshops : {data3?.getPaidUsersCount} </Heading>
<Heading as='h3' size={'lg'} p={2} m={2}>Total Recording Registrations for Workshops : {data4?.getAllRecordingUsersCount} </Heading>
</Flex>
</Center>
Expand Down

0 comments on commit 7b6d463

Please sign in to comment.