diff --git a/app/components/place-photo-item.gjs b/app/components/place-photo-item.gjs index 37a2415..ddc2bc0 100644 --- a/app/components/place-photo-item.gjs +++ b/app/components/place-photo-item.gjs @@ -20,7 +20,6 @@ export default class PlacePhotoItem extends Component { @tracked thumbnailUrl = ''; @tracked error = ''; - @tracked isUploaded = false; constructor() { super(...arguments); @@ -87,8 +86,6 @@ export default class PlacePhotoItem extends Component { ]); } - this.isUploaded = true; - if (this.args.onSuccess) { this.args.onSuccess({ file, @@ -137,12 +134,6 @@ export default class PlacePhotoItem extends Component { {{/if}} - {{#if this.isUploaded}} -
- -
- {{/if}} -