diff --git a/src/components/Table/index.js b/src/components/Table/index.js index 80b333ea..e830f80b 100644 --- a/src/components/Table/index.js +++ b/src/components/Table/index.js @@ -357,7 +357,7 @@ const Table = () => { const month = date.toLocaleString('default', { month: 'long', }); - const day = date.getDay(); + const day = date.getDate(); const year = date.getFullYear(); return ( <>