Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Jan 10, 2022
1 parent 0c4ebaa commit bfebf96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/notifications/notifications.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ main>section>div>article.seen>header>button {
}

main>section>div>article>header>h3 {
margin-top: -1em;
margin-bottom: .5em;
color: white;
text-align: center;
Expand Down
3 changes: 2 additions & 1 deletion src/res/js/objects/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export class Order {
success: (response) => {
const items = response.data;
_this._buildItems(items, 0, onReady);
}
},
error: (err) => { onReady() }
});
}

Expand Down

0 comments on commit bfebf96

Please sign in to comment.