Update files

This commit is contained in:
glpshchn 2025-12-16 01:06:48 +03:00
parent 9d90c4c1f0
commit a2aedc95af
1 changed files with 0 additions and 7 deletions

View File

@ -258,13 +258,6 @@ export default function PostCard({ post, currentUser, onUpdate }) {
</div> </div>
)} )}
{/* Прикрепленная музыка (после изображений, компактно) */}
{post.attachedTrack && (
<div className="post-music">
<MusicAttachment track={post.attachedTrack} />
</div>
)}
{/* Теги */} {/* Теги */}
<div className="post-tags"> <div className="post-tags">
{post.tags.map((tag, index) => { {post.tags.map((tag, index) => {