Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Jun 14, 2024
1 parent 972c8da commit 98dec35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/spectrum/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const View = forwardRef<DOMRefValue<HTMLElement>, ViewProps>(
borderBottomColor,
borderXColor,
borderYColor,
direction,
]);

return <SpectrumView {...rest} ref={forwardedRef} UNSAFE_style={style} />;
Expand Down

0 comments on commit 98dec35

Please sign in to comment.