hide charts
This commit is contained in:
parent
be6631d672
commit
cb41d2a5d7
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ module.exports = {
|
|||
|
||||
console.log('Processing chart', i);
|
||||
const { actual_timestamp } = chart;
|
||||
const newTimestamp = +new Date(actual_timestamp) * 1000;
|
||||
const newTimestamp = +new Date(actual_timestamp) * 1000 * 1000;
|
||||
|
||||
await queryInterface.sequelize.query(
|
||||
`
|
||||
|
|
|
|||
|
|
@ -52,12 +52,12 @@ function Header(props: HeaderProps) {
|
|||
>
|
||||
Assets
|
||||
</Link>
|
||||
<Link
|
||||
{/* <Link
|
||||
className={page === "Charts" ? "selected" : undefined}
|
||||
href="/charts"
|
||||
>
|
||||
Charts
|
||||
</Link>
|
||||
</Link> */}
|
||||
<Link
|
||||
className={page === "API" ? "selected" : undefined}
|
||||
href="/zano_api"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue