Skip to content

Commit

Permalink
Removing an unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakinwecker committed Mar 20, 2017
1 parent cc52fb1 commit 2768d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/importpgn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function connect({ on }: ConnectParams<void, State>) {

//-----------------------------------------------------------------------------------------
function render({ state, msg }: RenderParams<void, State>) {
// TODO: make the styling configurable
let classExtra = "";
if (state.isActive) {
classExtra = " .is-active"
Expand Down

0 comments on commit 2768d65

Please sign in to comment.