diff --git a/web/src/tabs/HistoryTab.tsx b/web/src/tabs/HistoryTab.tsx
index c51790b..1f41b40 100644
--- a/web/src/tabs/HistoryTab.tsx
+++ b/web/src/tabs/HistoryTab.tsx
@@ -395,7 +395,7 @@ export const HistoryTab = ({ botState }: HistoryTabProps) => {
if (loading) {
return (
);
}
@@ -414,7 +414,7 @@ export const HistoryTab = ({ botState }: HistoryTabProps) => {