Attempt for project to document itself, and moving to live version of nextreg.txt
This commit is contained in:
@@ -4,6 +4,12 @@ import { Container, Row, Col, Card, Tabs, Tab } from 'react-bootstrap';
|
||||
import { Register } from './types';
|
||||
import { renderAccess } from './RegisterBrowser';
|
||||
|
||||
/**
|
||||
* A client-side component that displays the details of a single register.
|
||||
* @param register The register object to display.
|
||||
* @param defaultActiveKey The default active tab to display.
|
||||
* @returns A React component that displays the register details.
|
||||
*/
|
||||
export default function RegisterDetailClient({
|
||||
register,
|
||||
defaultActiveKey,
|
||||
|
||||
Reference in New Issue
Block a user