Skip to content

Commit

Permalink
fix export bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiii committed Sep 3, 2015
1 parent 5943fcb commit 86d0500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/importTab.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ImportTab = React.createClass
selectTitle: selectTitle
handleExportClick: ->
title = @props.henseiData.titles[@state.selectTitle]
code = JSON.stringify @props.henseiData.title.ships
code = JSON.stringify @props.henseiData[title].ships
code = '[' + code + ']'
@setState
code: code
Expand Down

0 comments on commit 86d0500

Please sign in to comment.