Skip to content

Commit 0f0c0f9

Browse files
committed
Deleted one declaration.
1 parent 9a8023d commit 0f0c0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/ClientPanel/ClientDashboard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ClientDashboard = () => {
2323
const [recommendedProducts, setRecommendedProducts] = useState([]);
2424
const [loading, setLoading] = useState(true);
2525
const [error, setError] = useState(null);
26-
const [currentAlgorithm, setCurrentAlgorithm] = useState("collaborative");
26+
const [, setCurrentAlgorithm] = useState("collaborative");
2727
const [recommendationTitle, setRecommendationTitle] = useState(
2828
"Recommended For You (Collaborative Filtering)"
2929
);

0 commit comments

Comments
 (0)