0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 08:42:40 +00:00

remove unrelated change

This commit is contained in:
Víctor Losada Hernández
2024-10-10 22:38:50 +02:00
parent 52e929ee68
commit 47f2703388

View File

@@ -50,9 +50,6 @@ const BrewLookup = createClass({
<dt>Last Updated</dt>
<dd>{Moment(brew.updatedAt).fromNow()}</dd>
<dt>Created</dt>
<dd>{Moment(brew.createdAt).fromNow()}</dd>
<dt>Num of Views</dt>
<dd>{brew.views}</dd>
</dl>