From 95c8413c83e019c6fd00dee7a350d01aca7390f8 Mon Sep 17 00:00:00 2001 From: Mat Gadd Date: Fri, 20 Oct 2017 17:48:36 +0100 Subject: [PATCH] Only list themes that have a name in the dropdown --- pages/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/editor.js b/pages/editor.js index f3cf083..a36214e 100644 --- a/pages/editor.js +++ b/pages/editor.js @@ -125,7 +125,7 @@ class Editor extends React.Component { t.name)} onChange={theme => this.setState({ theme: theme.id })} />