Skip to content

Commit

Permalink
fix lwc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel94104 committed Sep 8, 2023
1 parent ce989bf commit 4496cac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div class="image" style="{inlineStyle}">
<img src="{salesforceUrl}" />
<div class="image" style={inlineStyle}>
<img src={salesforceUrl} />
</div>
</div>
</template>

0 comments on commit 4496cac

Please sign in to comment.