Skip to content

Commit

Permalink
fixed bug in menu not having unique React key for link to dev site
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Nov 20, 2020
1 parent dc4ada7 commit c207995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/view/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ but it may be less stable than the current version.''')([
{
'href': 'https://scadnano.org/dev',
'target': '_blank',
'key': 'dev',
'title': '''\
Development version of scadnano, located at https://scadnano.org/dev.
Expand Down

0 comments on commit c207995

Please sign in to comment.