diff --git a/src/features/story-viewer/ui/StoryViewer.tsx b/src/features/story-viewer/ui/StoryViewer.tsx
index ac0c38a..297b094 100644
--- a/src/features/story-viewer/ui/StoryViewer.tsx
+++ b/src/features/story-viewer/ui/StoryViewer.tsx
@@ -17,6 +17,7 @@ import ReportModal from '@/components/post/ReportModal'
import AccountInfoModal from '@/components/post/AccountInfoModal'
import { instance } from '@/shared/api/ky'
import { useCurrentUser } from '@/shared/auth/useCurrentUser'
+import { DefaultProfileImage } from '@/shared/ui/default-profile-image'
import instagramLogo from '@/assets/instagram-black-logo.png'
interface StoryViewerProps {
@@ -209,11 +210,17 @@ export function StoryViewer({
params={{ userId: String(viewerUser.userId) }}
className={STORY_VIEWER_UI.STYLES.USER_SECTION}
>
-
+ {viewerUser.profileImageUrl ? (
+
+ ) : (
+