Skip to content

Commit

Permalink
chore: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Jan 12, 2023
1 parent 61b1b85 commit 729bf6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/src/components/SectionTbody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export default function SectionTbody({ data }: OwnProps) {

return <tbody className="tbody" id={id}>
<DisplayNode data={data.childNodes} />
{fns?.length > 0 && fns.map((child: any, index: number) =>
{fns?.length > 0 && fns.map((child: any, index: number) =>
<tr className="table-reference">
<td colSpan={10}><DisplayNode data={child.childNodes}/></td>
</tr>
<td colSpan={10}><DisplayNode data={child.childNodes}/></td>
</tr>
)}
</tbody>
}, [data]);
Expand Down
4 changes: 2 additions & 2 deletions app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ReactDOM.render(
<XmlProvider>
<Router>
<Routes>
<Route path="/app" element={<App />} />
<Route path="/app_iso" element={<AppIso />} />
<Route path="/app" element={<App />} />
<Route path="/app_iso" element={<AppIso />} />
<Route path="/documents" element={<ITUStandard/>} />
<Route path="/" element={<Home/>} />
</Routes>
Expand Down

0 comments on commit 729bf6b

Please sign in to comment.