Skip to content

Commit

Permalink
Update FORUM.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheusfr34 committed Jun 20, 2024
1 parent 1ddfb16 commit e0e525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/FORUM.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h1>Fórum</h1>
}
};

const displayMessages = (mensagensForum) => {
const displayMessages = (mensagens) => {
const messageContainer = document.getElementById('message-container');
messageContainer.innerHTML = '';
mensagensForum.forEach(mensagem => {
Expand Down

0 comments on commit e0e525c

Please sign in to comment.