Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
EndymionJkb committed May 23, 2020
1 parent 9e67ab3 commit c653f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/balancer_pools/_synthetic.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- pie.stocks.each do |stock|
%li= stock.display_name
%hr
- if !pool.uma_address.nil?
- if pool.uma_address.nil?
= link_to 'Create Synthetic', '#', :class => 'btn btn-primary', :onclick => "create_synthetic();"
- else
= link_to 'Synthetic Created', '#', :style => 'pointer-events: none;', :title => "Contract address: #{pool.uma_address}", :class => 'btn btn-primary'
Expand Down

0 comments on commit c653f6d

Please sign in to comment.