Skip to content

Commit 11f5912

Browse files
committed
receiveInterceptor and spelling correction
1 parent cedc0d0 commit 11f5912

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ui/blackboard/jupyterhublet.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export class JupyterHublet extends Component {
541541
>
542542
<Tooltip
543543
target={this.kernelStatusRef.current}
544-
content={'Kernelstatus: ' + this.state.kernelStatus}
544+
content={'Kernel state: ' + this.state.kernelStatus}
545545
className='teal-tooltip'
546546
position='top'
547547
showDelay={1000}
@@ -601,6 +601,9 @@ export class JupyterHublet extends Component {
601601
console.log('kernelStatus', status)
602602
this.setState({ kernelStatus: status })
603603
}}
604+
receiveInterceptorUpdate={({ path, mime, state }) => {
605+
console.log('receiveInterceptorUpdate', path, mime, state)
606+
}}
604607
/>
605608
</div>
606609
{/* Id: {this.props.appids.id} <br />

0 commit comments

Comments
 (0)