File tree 1 file changed +1
-2
lines changed
Dashboard/src/Pages/Monitor/View
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ const MonitorView: FunctionComponent<PageComponentProps> = (): ReactElement => {
165
165
incomingRequestMonitorHeartbeatCheckedAt : true ,
166
166
serverMonitorSecretKey : true ,
167
167
serverMonitorRequestReceivedAt : true ,
168
- incomingRequestReceivedAt : true ,
169
168
incomingMonitorRequest : true ,
170
169
serverMonitorResponse : true ,
171
170
isNoProbeEnabledOnThisMonitor : true ,
@@ -500,7 +499,7 @@ const MonitorView: FunctionComponent<PageComponentProps> = (): ReactElement => {
500
499
{ /* Heartbeat URL */ }
501
500
{ monitorType === MonitorType . IncomingRequest &&
502
501
monitor ?. incomingRequestSecretKey &&
503
- ! monitor . incomingRequestReceivedAt ? (
502
+ ! incomingMonitorRequest ? (
504
503
< IncomingMonitorLink secretKey = { monitor ?. incomingRequestSecretKey } />
505
504
) : (
506
505
< > </ >
You can’t perform that action at this time.
0 commit comments