From 4e5561283392d2ab1545cabb4455a8ffc490f86b Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 18 Oct 2019 17:20:27 -0700 Subject: Running prettier on code. - #305 , #309 --- ui/src/components/symbols.tsx | 123 +++++++++++++++++++++++------------------- 1 file changed, 67 insertions(+), 56 deletions(-) (limited to 'ui/src/components/symbols.tsx') diff --git a/ui/src/components/symbols.tsx b/ui/src/components/symbols.tsx index a299ff25..5506b58f 100644 --- a/ui/src/components/symbols.tsx +++ b/ui/src/components/symbols.tsx @@ -1,14 +1,19 @@ import { Component } from 'inferno'; export class Symbols extends Component { - constructor(props: any, context: any) { super(props, context); } render() { return ( - ); } } -- cgit v1.2.3