Adding 'source' to register types
This commit is contained in:
@@ -54,6 +54,11 @@ export default function RegisterDetail({
|
||||
)}
|
||||
</Card.Body>
|
||||
</Card>
|
||||
<code>
|
||||
{register.source.map((line, index) => (
|
||||
<span key={index}>{line}<br /></span>
|
||||
))}
|
||||
</code>
|
||||
</Col>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user