Skip to content

Commit

Permalink
Adding text to donations to ensure everyone knows there is more columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Jan 7, 2025
1 parent 951edd8 commit 8afa291
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import TabContext from '@mui/lab/TabContext';
import TabList from '@mui/lab/TabList';
import TabPanel from '@mui/lab/TabPanel';
import { Box, Skeleton, Tab } from '@mui/material';
import { Box, Skeleton, Tab, Typography } from '@mui/material';
import { styled } from '@mui/material/styles';
import { useTranslation } from 'react-i18next/';
import { DonationTable } from 'src/components/DonationTable/DonationTable';
Expand Down Expand Up @@ -126,6 +126,10 @@ export const ContactDonationsTab: React.FC<ContactDonationsProp> = ({
visibleColumnsStorageKey="contact-donations"
hideDisplayName={true}
/>
<Typography variant="body2" sx={{ mt: 2, fontStyle: 'italic' }}>
On smaller screens, some columns may be hidden. Please scroll
horizontally to view all the data.
</Typography>
</StyledTabPanel>
<StyledTabPanel value={DonationTabKey.PartnershipInfo}>
{!data ? (
Expand Down

0 comments on commit 8afa291

Please sign in to comment.