Cleaned up log download name

This commit is contained in:
Atridad Lahiji 2023-08-20 22:47:20 -06:00
parent 3de7d4c0cb
commit 0997c34164
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`);
}
};