Merge pull request #1114 from ubavic/fix-photos

fix: photos in customer profile
This commit is contained in:
Rafael Taranto 2022-02-24 20:48:40 +00:00 committed by GitHub
commit fa28625615
8 changed files with 52 additions and 19 deletions

View file

@ -120,7 +120,7 @@ const TransactionsList = ({ customer, data, loading, locale }) => {
{
header: 'Date',
width: 100,
view: it => formatDate(it.created, timezone, 'yyyy-MM-dd')
view: it => formatDate(it.created, timezone, 'yyyyMMdd')
},
{
header: 'Time (h:m:s)',