Skip to content

Commit f17ee3d

Browse files
committed
Removed date from story list
1 parent a6b4af7 commit f17ee3d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/components/StoriesList.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ const StoriesList = (props) => {
9696
<small>Category</small>
9797
<span className='category-text'>{story.Category}</span>
9898
</div>
99-
<div className='flex flex-column story-subcontent'>
100-
<small>Created At</small>
101-
<span className='category-text'>
102-
{new Date(story.createdAt).toLocaleDateString(undefined, {
103-
year: 'numeric',
104-
month: 'long',
105-
day: 'numeric'
106-
})}
107-
</span>
108-
</div>
10999
<div className='flex flex-column s-metas'>
110100
<span className='story-meta'>
111101
<EOS_ATTACHMENT className='eos-icons' />

0 commit comments

Comments
 (0)