Skip to content

Commit 439740f

Browse files
author
Ives van Hoorne
committed
Fix lint
1 parent db1fde9 commit 439740f

File tree

1 file changed

+0
-2
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/DowntimeNotice

1 file changed

+0
-2
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/DowntimeNotice/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import React from 'react';
22

33
import { Container } from './elements';
44

5-
const DOWNTIME_TIME = 1521853200000;
6-
75
const pad = t => {
86
if (`${t}`.length === 1) {
97
return `0${t}`;

0 commit comments

Comments
 (0)