Family Account Items Icons
This commit was merged in pull request #289.
This commit is contained in:
@@ -72,11 +72,9 @@ function AddFundPop({ _payment }) {
|
||||
)}
|
||||
</div>
|
||||
</form>
|
||||
{currency == "US Dollars" && (
|
||||
<h1 className="mb-2 text-xl font-bold text-dark-gray dark:text-white px-4">
|
||||
Payment Method
|
||||
</h1>
|
||||
)}
|
||||
<h1 className="mb-2 text-xl font-bold text-dark-gray dark:text-white px-4 h-5">
|
||||
{currency == "US Dollars" && "Payment Method"}
|
||||
</h1>
|
||||
<hr />
|
||||
|
||||
{/* SHOWS THIS IF USER CURRENCY IS DOLLARS */}
|
||||
|
||||
Reference in New Issue
Block a user