diff --git a/apps/web/src/app/(dynamicPages)/profile/[username]/wallet/(token)/hbd/_components/hive-transaction-row.tsx b/apps/web/src/app/(dynamicPages)/profile/[username]/wallet/(token)/hbd/_components/hive-transaction-row.tsx
index 40b185bd45..12f87deb22 100644
--- a/apps/web/src/app/(dynamicPages)/profile/[username]/wallet/(token)/hbd/_components/hive-transaction-row.tsx
+++ b/apps/web/src/app/(dynamicPages)/profile/[username]/wallet/(token)/hbd/_components/hive-transaction-row.tsx
@@ -148,7 +148,10 @@ export function HiveTransactionRow({ entry, transaction: tr }: Props) {
);
- } else if (tr.type === "transfer_from_savings") {
+ } else if (
+ tr.type === "transfer_from_savings" ||
+ tr.type === "fill_transfer_from_savings"
+ ) {
icon =