Skip to content

Commit

Permalink
fix: fix title edit page image href
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyaIzm committed Dec 19, 2024
1 parent 11c14f5 commit ef795e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TitleEditPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const TitleEditPage = () => {
width: 350,
maxWidth: { xs: 350, md: 250 },
}}
src={image.file}
src={image}
/>
</Box>
)}
Expand Down

0 comments on commit ef795e5

Please sign in to comment.