Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Apr 8, 2024
1 parent e7df154 commit f689d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enjoy/src/renderer/pages/conversations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default () => {
</div>

<div className="grid grid-cols-2 gap-4 mb-6">
<DialogTrigger>
<DialogTrigger asChild>
<Button
data-testid={`conversation-preset-${customPreset.key}`}
onClick={() => {
Expand All @@ -198,7 +198,7 @@ export default () => {
{t("custom")} GPT
</Button>
</DialogTrigger>
<DialogTrigger>
<DialogTrigger asChild>
<Button
data-testid={`conversation-preset-${ttsPreset.key}`}
onClick={() => {
Expand Down

0 comments on commit f689d60

Please sign in to comment.