Skip to content

Commit 6202e86

Browse files
pikannCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3aef3c0 commit 6202e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/BDDScenariosSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function ScenarioCard({
137137
>
138138
{/* Header row */}
139139
<div
140-
className="flex items-center gap-2 px-4 py-3 group/scenario cursor-pointer"
140+
className="flex items-center gap-2 px-4 py-3 cursor-pointer"
141141
onClick={() => setExpanded((x) => !x)}
142142
>
143143
{/* Expand/collapse button */}

0 commit comments

Comments
 (0)