Fix bug where clicking on a workout will always show the same workout in accordion
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user