mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Format MatchedPerformerPreview for prettier
Made-with: Cursor
This commit is contained in:
parent
6f9dc1a09b
commit
de8f8465f7
1 changed files with 3 additions and 5 deletions
|
|
@ -7,11 +7,9 @@ interface IMatchedPerformerPreviewProps {
|
|||
placement?: Placement;
|
||||
}
|
||||
|
||||
export const MatchedPerformerPreview: React.FC<IMatchedPerformerPreviewProps> = ({
|
||||
performerID,
|
||||
placement = "right",
|
||||
children,
|
||||
}) => {
|
||||
export const MatchedPerformerPreview: React.FC<
|
||||
IMatchedPerformerPreviewProps
|
||||
> = ({ performerID, placement = "right", children }) => {
|
||||
if (!performerID) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue