From ab32695ac9f1c279ee087dfb50ae3fdda6ec824d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 25 Sep 2024 11:34:56 +0200 Subject: [PATCH] test admin stuff --- client/admin/brewLookup/brewLookup.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/admin/brewLookup/brewLookup.jsx b/client/admin/brewLookup/brewLookup.jsx index c9212d990..1863cbd2d 100644 --- a/client/admin/brewLookup/brewLookup.jsx +++ b/client/admin/brewLookup/brewLookup.jsx @@ -50,6 +50,9 @@ const BrewLookup = createClass({
Last Updated
{Moment(brew.updatedAt).fromNow()}
+
Created
+
{Moment(brew.createdAt).fromNow()}
+
Num of Views
{brew.views}