Skip to content

Commit

Permalink
Don't show rfc80 tester
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Dec 18, 2024
1 parent f543dc8 commit 851a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/studyView/StudyViewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ export default class StudyViewPage extends React.Component<
isLoggedIn={this.props.appStore.isLoggedIn}
/>
)}
<RFC80Test />
{localStorage.rfc80 && <RFC80Test />}
</PageLayout>
);
}
Expand Down

0 comments on commit 851a650

Please sign in to comment.