Skip to content

Commit

Permalink
I'm stoopid
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Apr 18, 2024
1 parent 7bad57e commit 4eee4e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const VoicePage = (props) => {
donator_level < seed.donator_level &&
'Требуется более высокий уровень подписки'
}
onClick={() => act('select', { seed: seed.name })}
onClick={() => act('select_voice', { seed: seed.name })}
/>
</Table.Cell>
<Table.Cell collapsing textAlign="center">
Expand Down

0 comments on commit 4eee4e4

Please sign in to comment.