Skip to content

Commit

Permalink
fix description in toast
Browse files Browse the repository at this point in the history
  • Loading branch information
Sartxi committed Jun 19, 2024
1 parent 6f58cc5 commit f882c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/locui/status/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Description({ status }) {
message = html`<ol>${description.map((desc) => html`
<li>${errorLinks(desc, type)}</li>`)}</ol>`;
} else {
message = errorLinks(message[0], type);
message = errorLinks(description[0], type);
}
} else {
message = errorLinks(description, type);
Expand Down

0 comments on commit f882c04

Please sign in to comment.