From 302d595f7c289387e53a0ef7df4d574ed4e25d70 Mon Sep 17 00:00:00 2001 From: muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com> Date: Wed, 2 Nov 2022 06:31:36 +0530 Subject: Transform to TS and refactored components w.r.t deletion if duplicated Input component (#729) --- src/features/publishDebugInfo/Component.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/features/publishDebugInfo') 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 {

{intl.formatMessage(messages.published)}

- {/* TODO - [TS DEBT] need to check if take readOnly and use it */} )} -- cgit v1.2.3-54-g00ecf