Skip to content

Commit

Permalink
Fix indent type
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Stanga authored and vtemian committed Mar 26, 2020
1 parent d205f6a commit 4b91192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pdf/Renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ function Renderer({ form }) {
</View>
<View>
<Text style={styles.text}>Semnatura</Text>
<View style={styles.signature} >
{form.signature && <Image src={form.signature} />}
</View>
<View style={styles.signature} >
{form.signature && <Image src={form.signature} />}
</View>
</View>
</View>
</Page>
Expand Down

0 comments on commit 4b91192

Please sign in to comment.