Skip to content

Commit

Permalink
fix: video post on map has "Music from Social Media" (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhir0808 authored Nov 26, 2024
1 parent 5a6109b commit 9ad9c4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const VideoMapPost: FC<{
zodSocialFeedCommonMetadata,
post.metadata,
);
const title = baseMetadata?.title || "Music from Social Feed";
const title = baseMetadata?.title || "Video from Social Feed";

// Video and VideoNote have different metadata but have the same render on the map, so we handle these 2 cases
const mediaToPlay: Media | undefined = videoPostMetadata
Expand Down

0 comments on commit 9ad9c4f

Please sign in to comment.