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
|
||||
</Text>
|
||||
</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>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user