diff --git a/webclient/src/Admin.js b/webclient/src/Admin.js index 855982a..e00921e 100644 --- a/webclient/src/Admin.js +++ b/webclient/src/Admin.js @@ -43,7 +43,7 @@ export function AdminHistory(props) { {history.map(x => - {moment().utc(x.history_date).format('YYYY-MM-DD')} + {moment.utc(x.history_date).format('YYYY-MM-DD')} {x.history_user || 'System'} {x.history_type} {x.owner_name}