Fix sats output
This commit is contained in:
Binary file not shown.
@@ -679,6 +679,12 @@ export function ActionWizardScreen(): React.ReactElement {
|
|||||||
Type your value, then press Enter to continue
|
Type your value, then press Enter to continue
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
|
<Box marginTop={1} borderStyle="single" borderColor="yellow" paddingX={1}>
|
||||||
|
<Text color="yellow">DEBUG - Variable values:</Text>
|
||||||
|
{variables.map((v, i) => (
|
||||||
|
<Text key={i} color="yellow"> {i}: "{v.value}"</Text>
|
||||||
|
))}
|
||||||
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user