Skip to content

Commit

Permalink
fixed: update stream activity description not being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti authored Sep 10, 2024
1 parent 79e321f commit e0c681f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/ActivityDrawer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function ActivityDrawer() {
item?.stream?.sender
)} to ${ellipsisAddress(item?.stream?.receiver)}`;
} else if (item.type === "UPDATE") {
`Stream from ${ellipsisAddress(
description = `Stream from ${ellipsisAddress(
item?.stream?.sender
)} to ${ellipsisAddress(
item?.stream?.receiver
Expand Down

0 comments on commit e0c681f

Please sign in to comment.