Skip to content

Commit

Permalink
fix: remove not used constant (#112)
Browse files Browse the repository at this point in the history
This was added mistakenly when working on #107 .
  • Loading branch information
honnix authored Oct 22, 2020
1 parent 1248cf3 commit 8f6fdf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Launch/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export const launchPlansTableColumnWidths = {
export const schedulesTableColumnsWidths = {
active: 80,
frequency: 300,
offset: 300,
name: 250
};

0 comments on commit 8f6fdf7

Please sign in to comment.