Skip to content

Commit 41fdf9e

Browse files
committed
Commented the two test buttons
1 parent 3f70617 commit 41fdf9e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/NMRiumWrapper.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function NMRiumWrapper() {
6262

6363
return (
6464
<div css={styles.container}>
65-
<div css={styles.header}>
65+
{/* <div css={styles.header}>
6666
<Button.Done
6767
style={{ margin: '0 10px' }}
6868
onClick={() => {
@@ -78,7 +78,7 @@ export default function NMRiumWrapper() {
7878
>
7979
Test Load observable
8080
</Button.Done>
81-
</div>
81+
</div> */}
8282

8383
<div css={styles.wrapper}>
8484
<NMRium

src/events/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { EventType, EventData } from '../actions/types';
33
const ALLOWED_ORIGINS: string[] =
44
process.env.NODE_ENV === 'development'
55
? ['http://localhost:3000']
6-
: ['https://nmrxiv.org'];
6+
: ['https://nmrxiv.org', 'http://localhost'];
77

88
const namespace = 'nmr-wrapper';
99

0 commit comments

Comments
 (0)