Cleaned up log download name

This commit is contained in:
Atridad Lahiji 2023-08-20 22:47:20 -06:00 committed by atridadl
parent 0d2390c134
commit 8a840152e4
No known key found for this signature in database

View file

@ -181,7 +181,7 @@ const RoomBody = ({}) => {
}), }),
}); });
downloadCSV(jsonObject, `sprint-padawan-room-${roomId}.csv`); downloadCSV(jsonObject, `sp_${roomId}.csv`);
} }
}; };