Skip to content

Commit

Permalink
Merge pull request lookbook-hq#260 from tleish/259-fix-lookbook-inspe…
Browse files Browse the repository at this point in the history
…ctor

Fixes lookbook-hq#259 in rendering inspector with erb preview template
  • Loading branch information
allmarkedup authored Dec 10, 2022
2 parents 1b12927 + 36ac9cf commit f9ba1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/lookbook/inspector/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
copy: !!panel.copy,
"x-show": "$store.inspector.drawer.activeTab === '#{panel.name}'",
cloak: true do %>
<%== panel.copy ? panel.copy : "" %>
<%= panel.copy ? panel.copy : "" %>
<% end %>
<% end %>
<% end %>
Expand Down

0 comments on commit f9ba1eb

Please sign in to comment.