Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div className={styles.row}>
- <span className={styles.identifiers}>
- {getPatientIdentifiers()}
- </span>
- <Button
- kind="ghost"
- renderIcon={OverflowMenu}
- iconDescription="show action details"
- onClick={showActionDetails}
- >
- Actions
- </Button>
- <Button
- kind="ghost"
- renderIcon={showContactDetails ? CaretUp16 : CaretDown16}
- iconDescription="Toggle contact details"
- onClick={toggleContactDetails}
- >
- {showContactDetails
- ? "Hide Contact Details"
- : "Show Contact Details"}
- </Button>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment