diff options
author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-06-26 12:30:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 12:30:16 -0400 |
commit | 0d5e2537520ca1e6a6b52f4d0f03aa2bcfc6c5c6 (patch) | |
tree | e4c0bc2d612bc30e33b663d481d3af6cf2815240 /src | |
parent | 8954bac59b50aa3618625379a17dbefe9aceca72 (diff) |
cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index 6639879e1..7b2f216dd 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -146,9 +146,6 @@ export class CollectionBaseView extends React.Component<CollectionViewProps> { } }); - //initial - // - if (index !== -1) { value.splice(index, 1); @@ -189,4 +186,4 @@ export class CollectionBaseView extends React.Component<CollectionViewProps> { ); } -}
\ No newline at end of file +} |