Skip to content

Commit

Permalink
default shape value added
Browse files Browse the repository at this point in the history
  • Loading branch information
euZebe committed Apr 8, 2018
1 parent c9be7da commit 57d1282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SelectField from 'material-ui/SelectField';
import MenuItem from 'material-ui/MenuItem';
import TextField from 'material-ui/TextField';
import IterationCounter from './IterationCounter';
import { shapes } from '../model/shapes';
import { shapes, HEXAGON } from '../model/shapes';
import FAButton from './FAButton';
import './App.css';

Expand Down Expand Up @@ -50,7 +50,7 @@ const ITERATION_INTERVAL = 100;
export default class Toolbar extends React.PureComponent {

state = {
shape: undefined,
shape: HEXAGON.value,
cols: 20,
rows: 10,
intervalID: undefined,
Expand Down

0 comments on commit 57d1282

Please sign in to comment.