We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4d838 commit d0cb014Copy full SHA for d0cb014
client/src/features/session/components/SessionButton.tsx
@@ -150,7 +150,7 @@ export default function SessionButton({
150
<Link
151
className={cx(
152
"dropdown-item",
153
- !supportLegacySessions && ["disabled", "text-white"]
+ !supportLegacySessions && "disabled"
154
)}
155
data-cy="start-legacy-session-with-options"
156
to={sessionStartUrl}
0 commit comments