diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-07 14:58:55 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-07 14:58:55 -0400 |
| commit | a61d794b7018f0ac9723ce2d3b93547ba11f444b (patch) | |
| tree | bf34073d4d40aaa6d7c0b4d01eff73d966e68fe2 /src/client/views/collections/CollectionCarouselView.tsx | |
| parent | 2e27b90ded41146b249649b0b0c3267b46c68363 (diff) | |
| parent | b8907e69160d97d919fcd83eb86d60e3634205ca (diff) | |
Merge branch 'restoringEslint' into nathan-starter
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCarouselView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.tsx b/src/client/views/collections/CollectionCarouselView.tsx index 9d3657995..45b64d3e6 100644 --- a/src/client/views/collections/CollectionCarouselView.tsx +++ b/src/client/views/collections/CollectionCarouselView.tsx @@ -74,7 +74,7 @@ export class CollectionCarouselView extends CollectionSubView() { {...this._props} NativeWidth={returnZero} NativeHeight={returnZero} - layout_fitWidth={undefined} + fitWidth={undefined} setContentViewBox={undefined} onDoubleClickScript={this.onContentDoubleClick} onClickScript={this.onContentClick} |
