Skip to content

Commit

Permalink
refactor:OrganizationDashboard_css(fixes PalisadoesFoundation#2513)
Browse files Browse the repository at this point in the history
  • Loading branch information
devender18 committed Dec 3, 2024
1 parent be5beb7 commit 06f2cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/OrganizationDashboard/OrganizationDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { VOLUNTEER_RANKING } from 'GraphQl/Queries/EventVolunteerQueries';
*
* @returns The rendered component.
*/
function organizationDashboard(): JSX.Element {
function OrganizationDashboard(): JSX.Element {
const { t } = useTranslation('translation', { keyPrefix: 'dashboard' });
const { t: tCommon } = useTranslation('common');
const { t: tErrors } = useTranslation('errors');
Expand Down Expand Up @@ -483,4 +483,4 @@ function organizationDashboard(): JSX.Element {
);
}

export default organizationDashboard;
export default OrganizationDashboard;
2 changes: 2 additions & 0 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@ hr {
overflow-y: scroll;
width: 100%;
max-width: 400px;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.cardBody .emptyContainer {
Expand Down

0 comments on commit 06f2cc2

Please sign in to comment.