Skip to content

Commit

Permalink
add t as a prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Mar 26, 2024
1 parent 339e5c0 commit 7fb3ab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export function ProtocolRunRuntimeParameters({
</Flex>
{!hasParameter ? (
<Flex padding={SPACING.spacing16}>
<NoParameters />
<NoParameters t={t} />
</Flex>
) : (
<>
Expand Down

0 comments on commit 7fb3ab6

Please sign in to comment.