Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed May 31, 2024
1 parent 8c91948 commit aa7a2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function createVariants() {
let matchPlatform = h.bracket(match) ?? ''
const { platforms = {} } = ctx.theme as any
matchPlatform = matchPlatform === '' ? platforms[match] ?? '' : matchPlatform

if (matchPlatform) {
return {
matcher: rest,
Expand Down

0 comments on commit aa7a2d1

Please sign in to comment.