fix: make use cases clickable (#1475)

This commit is contained in:
Mamadou DICKO 2023-10-24 14:13:54 +02:00 committed by GitHub
parent 31ecde773a
commit 1bbb1db3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ export const UseCasesListing = (): JSX.Element => {
onButtonClick({ onButtonClick({
label: `USE_CASES_${id}`, label: `USE_CASES_${id}`,
}); });
if (!isMobile) { if (isMobile) {
return; return;
} }
setSelectedCaseId(id); setSelectedCaseId(id);