Fix bug where clicking on a workout will always show the same workout in accordion

This commit is contained in:
Peter Stockings
2023-10-16 14:22:23 +11:00
parent fecd4a08d1
commit dcff73d85e

View File

@@ -19,7 +19,7 @@
}}</time>
<div class="text-sm font-normal text-gray-500 lex dark:text-gray-300 flex flex-row flex-wrap justify-items-center"
_="on click toggle .hidden on #workout_view_wrapper-156">
_="on click toggle .hidden on #workout_view_wrapper-{{ w.id }}">
<div
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1 mr-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"