Skip to content

Commit

Permalink
fix(web): style code condition operator match (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice authored Oct 23, 2024
1 parent 5679fa8 commit 8b7e485
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ type Props = {
export const styleConditionOperators: StyleConditionOperator[] = [
"===",
"!==",
"<",
"<=",
">",
">=",
"<",
">",
"startsWith"
];

Expand Down

0 comments on commit 8b7e485

Please sign in to comment.