mirror of
https://github.com/stashapp/stash.git
synced 2026-04-17 12:31:44 +02:00
Merge pull request #77 from ueaslsef/patch-2
I am dumb. Fixes space in string?
This commit is contained in:
commit
a9c21cb1dc
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ export const PerformerCard: FunctionComponent<IPerformerCardProps> = (props: IPe
|
|||
{props.performer.name}
|
||||
</H4>
|
||||
{age !== 0 ? <span className="bp3-text-muted block">{ageString}</span> : undefined}
|
||||
<span className="bp3-text-muted block">Stars in {props.performer.scene_count}
|
||||
<Link to={NavigationUtils.makePerformerScenesUrl(props.performer)}>scenes</Link>.
|
||||
<span className="bp3-text-muted block">Stars in {props.performer.scene_count} <Link to={NavigationUtils.makePerformerScenesUrl(props.performer)}>scenes</Link>.
|
||||
</span>
|
||||
</div>
|
||||
</Card>
|
||||
|
|
|
|||
Loading…
Reference in a new issue