diff --git a/src/importpgn.ts b/src/importpgn.ts index aa171ae..bc23b27 100644 --- a/src/importpgn.ts +++ b/src/importpgn.ts @@ -28,7 +28,6 @@ function connect({ on }: ConnectParams) { //----------------------------------------------------------------------------------------- function render({ state, msg }: RenderParams) { - // TODO: make the styling configurable let classExtra = ""; if (state.isActive) { classExtra = " .is-active"