render() {
    const { classes } = this.props;
    const { command } = this.state;
    const states = renderDictionary(command);
    return (