Untitled

 avatar
unknown
plain_text
2 months ago
459 B
2
Indexable
 <div 
            className="custom-header d-flex justify-content-between align-items-center p-3 cursor-pointer" 
            onClick={() => toggle("1")} 
            style={{ cursor: 'pointer' }}
          >
            <div>IQUW Share</div>
            <div className="d-flex gap-4">
              <div>{qouteBuilderData?.iquwShare || '1,000,000'}</div>
              <div>{qouteBuilderData?.lineSize || '150,000'}</div>
            </div>
          </div>
Editor is loading...
Leave a Comment