aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/publishDebugInfo/Component.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/publishDebugInfo/Component.tsx')
-rw-r--r--src/features/publishDebugInfo/Component.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/publishDebugInfo/Component.tsx b/src/features/publishDebugInfo/Component.tsx
index e265902dd..3c6729ba0 100644
--- a/src/features/publishDebugInfo/Component.tsx
+++ b/src/features/publishDebugInfo/Component.tsx
@@ -163,7 +163,6 @@ class PublishDebugLogModal extends Component<IProps, IState> {
163 <p className={classes.info}> 163 <p className={classes.info}>
164 {intl.formatMessage(messages.published)} 164 {intl.formatMessage(messages.published)}
165 </p> 165 </p>
166 {/* TODO - [TS DEBT] need to check if <Input/> take readOnly and use it */}
167 <Input showLabel={false} value={`${DEBUG_API}/${log}`} readOnly /> 166 <Input showLabel={false} value={`${DEBUG_API}/${log}`} readOnly />
168 </> 167 </>
169 )} 168 )}