Skip to content

Commit

Permalink
ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Feb 6, 2025
1 parent 645ca87 commit b435069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/webpacker/components/Results/Rankings/utils.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import I18n from '../../../lib/i18n';
import { continents, countries } from '../../../lib/wca-data.js.erb';
import {useMemo} from "react";
import {
attemptResultColumn,
competitionColumn,
personColumn,
rankColumn,
regionColumn,
representingColumn, resultsFiveWideColumn
} from "../TableColumns";
representingColumn,
resultsFiveWideColumn,
} from '../TableColumns';

function getCountryOrContinent(result, firstContinentIndex, firstCountryIndex, index) {
if (index < firstContinentIndex) {
Expand Down

0 comments on commit b435069

Please sign in to comment.