Skip to content

Commit 8836f7d

Browse files
committed
# Conflicts: # Signum.React/Scripts/Lines/EntityLine.tsx
2 parents b5ecc4c + a46b60e commit 8836f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signum.React/Scripts/Lines/EntityLine.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export class EntityLine extends EntityBase<EntityLineProps, EntityLineState> {
206206
);
207207
} else {
208208
return (
209-
<span tabIndex={0} ref={e => this.setLinkOrSpan(e)} className={classes(s.ctx.formControlClass, "sf-entity-line-entity")} {...s.itemHtmlAttributes} >
209+
<span tabIndex={0} ref={e => this.setLinkOrSpan(e)} className={classes(s.ctx.formControlClass, "sf-entity-line-entity")} {...s.itemHtmlAttributes}>
210210
{str}
211211
</span>
212212
);

0 commit comments

Comments
 (0)