Skip to content

Commit

Permalink
Merge pull request #50 from uasoft-indonesia/develop
Browse files Browse the repository at this point in the history
Merge develop to main
  • Loading branch information
rizkiheryandi authored Jun 14, 2021
2 parents b2eea36 + 1cdd8ad commit bf86461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/js/pages/content/read.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<template v-if="tr.type === 'image'">
<img
v-if="tr.data"
:src="tr.data"
:src="$storage.view(tr.data)"
:alt="tr.data"
class="image-container"
/>
Expand Down

0 comments on commit bf86461

Please sign in to comment.