mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
fix: make use cases clickable (#1475)
This commit is contained in:
parent
31ecde773a
commit
1bbb1db3fa
@ -42,7 +42,7 @@ export const UseCasesListing = (): JSX.Element => {
|
||||
onButtonClick({
|
||||
label: `USE_CASES_${id}`,
|
||||
});
|
||||
if (!isMobile) {
|
||||
if (isMobile) {
|
||||
return;
|
||||
}
|
||||
setSelectedCaseId(id);
|
||||
|
Loading…
Reference in New Issue
Block a user