Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 5, 2023
1 parent 229a0b1 commit 90dbeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/elements/list-profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class ListProfiles extends LitElement {
return html`<span>${msg("There are no created profiles yet")} ></span>`;

return html`
<div style="min-width: 80px; flex: 1;" }>
<div style="min-width: 80px; flex: 1;">
${Array.from(profiles.entries()).map(
([agent_pub_key, profile]) => html`
<div class="row" style="align-items: center; margin-bottom: 16px;">
Expand Down

0 comments on commit 90dbeab

Please sign in to comment.