Skip to content

Commit

Permalink
style(processProp): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Nov 16, 2023
1 parent 6223bf8 commit db6042a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/processProp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ export function processProp(input: ProcessPropOptions): void {
typeof rawOptions.ref === 'string'
? rawOptions.ref
: utils.isConstructor(rawOptions.ref)
? utils.getName(rawOptions.ref)
: rawOptions.ref;
? utils.getName(rawOptions.ref)
: rawOptions.ref;
}

if (utils.isWithVirtualPOP(rawOptions)) {
Expand Down

0 comments on commit db6042a

Please sign in to comment.