@asd20/ui 3.2.663 → 3.2.664

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.663",
8
+ "version": "3.2.664",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -72,9 +72,6 @@
72
72
  :events="events"
73
73
  :events-feed-props="eventsFeedProps"
74
74
  @events-in-view="$emit('events-in-view')"
75
- :stories="clubStories"
76
- :stories-feed-props="storiesFeedProps"
77
- @stories-in-view="$emit('stories-in-view')"
78
75
  ></asd20-feeds-section>
79
76
 
80
77
  <!-- Page Content -->
@@ -218,6 +215,12 @@
218
215
  </div>
219
216
  </intersect>
220
217
 
218
+ <asd20-feeds-section
219
+ :stories="clubStories"
220
+ :stories-feed-props="storiesFeedProps"
221
+ @stories-in-view="$emit('stories-in-view')"
222
+ ></asd20-feeds-section>
223
+
221
224
  <asd20-media-section
222
225
  v-if="combinedMessageImages.length > 1 || combinedMessageVideos.length"
223
226
  :images="this.combinedMessageImages || []"