Skip to content

Commit 1119212

Browse files
committed
Removed unused mode const in feed-source-edit
1 parent 416cd1f commit 1119212

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/feed-sources/feed-source-edit.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import FeedSourceManager from "./feed-source-manager";
1010
*/
1111
function FeedSourceEdit() {
1212
const { id } = useParams();
13-
const mode = "edit";
1413
const {
1514
data,
1615
error: loadingError,
@@ -24,7 +23,6 @@ function FeedSourceEdit() {
2423
id={id}
2524
loadingError={loadingError}
2625
isLoading={isLoading}
27-
mode={mode}
2826
/>
2927
);
3028
}

0 commit comments

Comments
 (0)