We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd2449 commit db930e3Copy full SHA for db930e3
1 file changed
clients/trieve-shopify-extension/app/routes/app._dashboard.chats.tsx
@@ -91,6 +91,8 @@ export default function ChatsPage() {
91
};
92
for (const event of topic.event_names) {
93
if (event == "View") continue;
94
+ if (event == "") continue;
95
+ if (event == " ") continue;
96
97
event_names_counts[event] = (event_names_counts[event] ?? 0) + 1;
98
}
0 commit comments