diff --git a/src/App.jsx b/src/App.jsx
index f72466f..8a7eca5 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -3,9 +3,24 @@ import convertToFlagdFormat from "./convertToFlagdFormat"
import "./App.css"
const Rule = ({ index, variants, rule, handleRuleChange, removeRule }) => {
+
+ const label = index === 0 ? "If" : "Else If"
+
+ const semVerSubOperatorBlock = rule.condition.operator === "sem_ver" && (
+
+ )
+
+ const variantOptionsBlock = variants.filter(variant => variant.name).map((variant, index) => (
+
+ ))
+
return (
-