Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderlz committed Jan 5, 2025
1 parent b393c2d commit d841a95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ const MessagesTable: React.FC<MessagesTableProps> = ({
const csvSaver = useDataSaver(`${baseFileName}.csv`, convertToCSV(savedMessagesJson));


const handleFormatSelect = (format: DownloadFormat) => {
setSelectedFormat(format);
const handleFormatSelect = (downloadFormat: DownloadFormat) => {
setSelectedFormat(downloadFormat);
};

const handleDownload = () => {
Expand Down

0 comments on commit d841a95

Please sign in to comment.