Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Apr 16, 2024
1 parent 65bec77 commit da5968b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class TeamLabelsComponent extends Component {
let mapTeamFontSize = 18;
let meetingHeadingFontSize = 14;

sortedTeams.forEach((team, index) => {
sortedTeams.forEach((team) => {
drawMargins(doc, () => {
drawHeader(team);
});
Expand Down

0 comments on commit da5968b

Please sign in to comment.