Skip to content

Commit

Permalink
issue resolved PalisadoesFoundation#2627 1
Browse files Browse the repository at this point in the history
  • Loading branch information
raggettii committed Dec 18, 2024
1 parent c02d061 commit fa1834e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const EventDashboardScreen = (): JSX.Element => {
} `}
data-testid="mainpageright"
>
<div>Hello </div>
<div className="d-flex justify-content-between align-items-center">
<div style={{ flex: 1 }}>
<h1>{t('title')}</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ function organizationDashboard(): JSX.Element {
navigate(eventsLink);
}}
>
<div>Helloioioo</div>
<DashBoardCard
count={eventData?.eventsByOrganizationConnection.length}
title={t('events')}
Expand Down

0 comments on commit fa1834e

Please sign in to comment.