Skip to content

Commit

Permalink
Fix div layout in PromptTemplatesModal
Browse files Browse the repository at this point in the history
  • Loading branch information
ae86jack committed Mar 25, 2024
1 parent 6dedac9 commit e17c3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class PromptTemplatesModal extends FuzzySuggestModal<PromptTemplate> {
div.createEl('span', { text: title.slice(lastIndex) })

if (title === this.lastApiCall?.template.title) {
div.createEl('small', {
el.createEl('small', {
text: t('Last used')
})
}
Expand Down

0 comments on commit e17c3d0

Please sign in to comment.