Skip to content

Commit

Permalink
[BUG] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Aug 6, 2024
1 parent 8cbf191 commit b58d858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/detail/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ page.querySelector('.actions button.delete').addEventListener('click', () => {
*/
function showCarte(carte, from) {
currentCarte = carte
storyCartes = [];
pages.show('detail')
// Title
page.querySelector('h1.carte').innerText = carte.title
Expand Down

0 comments on commit b58d858

Please sign in to comment.