Commit c66765f3 authored by 박상호's avatar 박상호 🎼
Browse files

123

parent 1169c8dd
......@@ -87,7 +87,7 @@ function Account() {
}
} else {
alert("파일을 선택해주세요.")
}
}
}
return (
......@@ -98,7 +98,6 @@ function Account() {
<Row className="p-2">
<Col md={5} className="d-flex align-content-center justify-content-center">
<Button variant="outline-light" onClick={handleShow}>
{account.avatarUrl ? (
<Image src={account.avatarUrl && `/image/${account.avatarUrl}`} className="img-thumbnail"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment