We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8023d commit 0f0c0f9Copy full SHA for 0f0c0f9
1 file changed
frontend/src/components/ClientPanel/ClientDashboard.jsx
@@ -23,7 +23,7 @@ const ClientDashboard = () => {
23
const [recommendedProducts, setRecommendedProducts] = useState([]);
24
const [loading, setLoading] = useState(true);
25
const [error, setError] = useState(null);
26
- const [currentAlgorithm, setCurrentAlgorithm] = useState("collaborative");
+ const [, setCurrentAlgorithm] = useState("collaborative");
27
const [recommendationTitle, setRecommendationTitle] = useState(
28
"Recommended For You (Collaborative Filtering)"
29
);
0 commit comments