Skip to content

Commit d841a95

Browse files
committed
linter
1 parent b393c2d commit d841a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ const MessagesTable: React.FC<MessagesTableProps> = ({
8888
const csvSaver = useDataSaver(`${baseFileName}.csv`, convertToCSV(savedMessagesJson));
8989

9090

91-
const handleFormatSelect = (format: DownloadFormat) => {
92-
setSelectedFormat(format);
91+
const handleFormatSelect = (downloadFormat: DownloadFormat) => {
92+
setSelectedFormat(downloadFormat);
9393
};
9494

9595
const handleDownload = () => {

0 commit comments

Comments
 (0)