You're almost there, but there's a small mistake in how you're applying the class="active" conditionally. You're trying to add class=active inside the style attribute, which is incorrect.
You're almost there, but there's a small mistake in how you're applying the class="active" conditionally. You're trying to add class=active inside the style attribute, which is incorrect.