Skip to content
Snippets Groups Projects
Commit 9090253f authored by 정원제's avatar 정원제 :guitar:
Browse files

refactor: email 대신 nickname 출력

parent ee29e46e
No related branches found
No related tags found
1 merge request!42refactor: uuid를 통해 공유할 수 있도록 변경
...@@ -60,7 +60,7 @@ const SharedCombinationPage = () => { ...@@ -60,7 +60,7 @@ const SharedCombinationPage = () => {
{combination && sharedInfo && ( {combination && sharedInfo && (
<> <>
<div className="shared-info"> <div className="shared-info">
<p>공유자: {sharedInfo.email}</p> <p>공유자: {sharedInfo.nickname}</p>
<p>등록일: {new Date(sharedInfo.created_at).toLocaleDateString()}</p> <p>등록일: {new Date(sharedInfo.created_at).toLocaleDateString()}</p>
<p>공유일: {new Date(sharedInfo.verified_at).toLocaleDateString()}</p> <p>공유일: {new Date(sharedInfo.verified_at).toLocaleDateString()}</p>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment