Skip to content

Commit

Permalink
chore(ui5-text): clear template (#10388)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaydenow authored Dec 16, 2024
1 parent 6f98645 commit 0009b53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/main/src/TextTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type Text from "./Text.js";
export default function TextTemplate(this: Text) {
return <>
<span>
<span> { this.emptyIndicatorMode } </span>
{ this._renderEmptyIndicator ?
<>
<span className="empty-indicator" aria-hidden="true">{ this._emptyIndicatorSymbol }</span>
Expand Down

0 comments on commit 0009b53

Please sign in to comment.