import React from "react"; import _ from "lodash"; const RANK_LABELS = [1, 2, 3, 4, 5, 6, 7, 8]; const renderRankLabels = () => { return _.map(RANK_LABELS, (rankLabel) => { return (