Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna authored and Anna committed Jan 19, 2024
1 parent 1a9fcb8 commit c7d46ce
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,7 @@ export class LearnerRecordsPage extends React.Component<Props, State> {
}
this.setState({ isEnablingSharing: true })

const sharingResponse = await enableRecordSharing(
this.getProgramId(),
null
)
const sharingResponse = await enableRecordSharing(this.getProgramId(), null)

this.setState({ isEnablingSharing: false })

Expand Down

0 comments on commit c7d46ce

Please sign in to comment.