diff --git a/components/PointsList.js b/components/PointsList.js index 549443b..f056f6b 100644 --- a/components/PointsList.js +++ b/components/PointsList.js @@ -4,15 +4,17 @@ import React from 'react'; import styles from '../styles/PointsList.module.css'; const PointsList = ({ pointsData, onPointSelect }) => { - const calculateTotalSets = (setScore) => { - const scores = setScore.split('-').map(Number); - return scores.reduce((a, b) => a + b, 0) + 1; - } + // Switched for Point Title Calculated in Notebook + // const calculateTotalSets = (setScore) => { + // const scores = setScore.split('-').map(Number); + // return scores.reduce((a, b) => a + b, 0) + 1; + // } + return (