0
+ ? "justify-between"
+ : "justify-end",
+ "flex flex-row items-center gap-2 mt-4",
)}
>
- {isAnnual && (
-
- Recommended 🚀
-
- )}
- {isAnnual ? (
-
-
- ${" "}
- {calculatePrice(
- serverQuantity,
- isAnnual,
- ).toFixed(2)}{" "}
- USD
-
- |
-
- ${" "}
- {(
- calculatePrice(serverQuantity, isAnnual) / 12
- ).toFixed(2)}{" "}
- / Month USD
-
-
- ) : (
-
- ${" "}
- {calculatePrice(serverQuantity, isAnnual).toFixed(
- 2,
- )}{" "}
- USD
-
- )}
-
- {product.name}
-
-
- {product.description}
-
+ {admin?.user.stripeCustomerId && (
+