diff --git a/frontend/src/components/shared-repo-list-view/shared-repo-list-item.js b/frontend/src/components/shared-repo-list-view/shared-repo-list-item.js
index 63b169947d..b62b6019ca 100644
--- a/frontend/src/components/shared-repo-list-view/shared-repo-list-item.js
+++ b/frontend/src/components/shared-repo-list-view/shared-repo-list-item.js
@@ -308,13 +308,6 @@ class SharedRepoListItem extends React.Component {
})}
- {this.state.isDeleteDialogShow &&
-
- }
);
} else {
@@ -400,6 +393,15 @@ class SharedRepoListItem extends React.Component {
/>
)}
+ {this.state.isDeleteDialogShow &&
+
+
+
+ }
);
}