Skip to content

Commit

Permalink
Merge pull request #53 from jordanopensource/development
Browse files Browse the repository at this point in the history
Release v1.1.3 of Aman Raqami
  • Loading branch information
wissamataleh authored Aug 9, 2021
2 parents f2b6c0d + 3868322 commit e7622aa
Show file tree
Hide file tree
Showing 3 changed files with 8,183 additions and 6,615 deletions.
2 changes: 1 addition & 1 deletion .drone.yaml → .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ steps:
from_secret: slack_webhook
channel: heartbeat
depends_on:
- build and release JOSA strapi
- build and release DSP web client
4 changes: 2 additions & 2 deletions components/UI/Image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
computed: {
imageUrl() {
try {
return this.$config.APIBaseURL + this.format().url
return this.format().url
} catch {
return this.$config.APIBaseURL + this.image.url
return this.image.url
}
}
},
Expand Down
Loading

1 comment on commit e7622aa

@vercel
Copy link

@vercel vercel bot commented on e7622aa Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.