setEditIg(true)} - className={styles.edit_profile_btn} - tabIndex={0} - > - -
- )} - {editIg && ( -{ - setEditIg(false); - setIg(props.userProfile.interest_groups); - }} - className={styles.edit_profile_btn} - tabIndex={0} - > - -
- )} - {editIg && ( -{ - setEditIg(false); - editIgDetails( - ig_sorted.map((ig: any) => { - return ig.id; - }) - ); - }} - className={styles.edit_profile_btn} - tabIndex={0} - > - -
- )} -- {data.karma !== null - ? data.karma > 1000 - ? ( - data.karma / 1000 - ).toPrecision(2) + "K" - : data.karma - ? data.karma - : "0" - : "0"} -
-- No Interest Groups to Selected, Must be level 4 or above to select -
- )} - {editIg &&