@ddj-v2/user-management 2.4.0 → 2.4.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddj-v2/user-management",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Advanced user management plugin for Hydro",
5
5
  "main": "index.ts",
6
6
  "author": "Grass_cat",
@@ -122,7 +122,6 @@
122
122
  </div>
123
123
 
124
124
  <!-- 分页 -->
125
- {% if upcount > 50 %}
126
125
  <div class="section__body">
127
126
  <div class="row">
128
127
  <div class="columns">
@@ -130,7 +129,6 @@
130
129
  </div>
131
130
  </div>
132
131
  </div>
133
- {% endif %}
134
132
  </div>
135
133
 
136
134
  <style>
@@ -231,4 +229,4 @@ $(document).ready(function() {
231
229
  });
232
230
  });
233
231
  </script>
234
- {% endblock %}
232
+ {% endblock %}