Skip to content

Commit

Permalink
Update components/offer/MakeOffer.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Hassnian <44554284+hassnian@users.noreply.github.com>
  • Loading branch information
Jarsen136 and hassnian authored Aug 20, 2024
1 parent eca9f9c commit ab15789
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/offer/MakeOffer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,6 @@ watch(
},
)
watch(
() => preferencesStore.makeOfferModalOpen,
(makeOfferModalOpen) => {
if (!makeOfferModalOpen) {
offerStore.clear()
}
},
)

Check failure on line 205 in components/offer/MakeOffer.vue

View workflow job for this annotation

GitHub Actions / runner / eslint

[eslint] reported by reviewdog 🐶 More than 1 blank line not allowed. Raw Output: {"ruleId":"@stylistic/no-multiple-empty-lines","severity":2,"message":"More than 1 blank line not allowed.","line":205,"column":1,"nodeType":"Program","messageId":"consecutiveBlank","endLine":206,"endColumn":1,"fix":{"range":[5489,5490],"text":""}}
useModalIsOpenTracker({
isOpen: computed(() => preferencesStore.makeOfferModalOpen),
Expand Down

0 comments on commit ab15789

Please sign in to comment.