diff --git a/src/apps/chat/components/layout-drawer/ChatDrawerItem.tsx b/src/apps/chat/components/layout-drawer/ChatDrawerItem.tsx
index 44f2b2771..509ebb6f1 100644
--- a/src/apps/chat/components/layout-drawer/ChatDrawerItem.tsx
+++ b/src/apps/chat/components/layout-drawer/ChatDrawerItem.tsx
@@ -282,7 +282,7 @@ function ChatDrawerItem(props: {
{searchFrequency > 0 ? (
// Display search frequency if it exists and is greater than 0
- {searchFrequency}
+ {Math.round(searchFrequency * 10) / 10}
) : (props.showSymbols && (userFlagsSummary || containsDocAttachments || containsImageAssets)) ? (