Hide button to load more workouts when all workouts have been fetched
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
|
||||
</li>
|
||||
{% if loop.index == loop.length %}
|
||||
{% if loop.index == loop.length and loop.length > 0 and not workouts_all_loaded|default(false, true) %}
|
||||
|
||||
<div class="flex justify-center">
|
||||
<button type="button"
|
||||
|
||||
Reference in New Issue
Block a user