Skip to content

Commit

Permalink
cleanup (project-chip#1422)
Browse files Browse the repository at this point in the history
* fixing grammar

* cleanup
  • Loading branch information
paulr34 authored Sep 10, 2024
1 parent 80dfe7a commit 24a9bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/NotificationsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<br />

<div class="text-h5">Packages Notifications</div>
<div class="text-h5">Package Notifications</div>
<div v-for="(sessionPackage, index) in packages" :key="index">
<div
v-if="
Expand Down Expand Up @@ -232,7 +232,7 @@ export default {
})
}
},
async getPackageNotifications(packageId) {
getPackageNotifications(packageId) {
this.$serverGet(
restApi.uri.packageNotificationById.replace(':packageId', packageId)
).then((res) => {
Expand Down

0 comments on commit 24a9bc3

Please sign in to comment.