2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

Delete isGstReportsPage computed property, not needed anymore

This commit is contained in:
Piyush Singhania 2021-12-12 14:48:38 +05:30 committed by Alan
parent d8389a8b2e
commit 6c29f0c4ba

View File

@ -321,9 +321,6 @@ export default {
})
.join(' ');
},
isGstReportsPage() {
return this.report.title.includes('GSTR');
},
},
};
</script>