We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff1fea commit b9f4f10Copy full SHA for b9f4f10
src/components/FilesTable/FilesTable.jsx
@@ -14,6 +14,7 @@ const FilesTable = ({ addClass, files }) => {
14
<h6 className='mt-3'>You do not have this type of document yet.</h6>
15
)
16
}
17
+
18
return (
19
<Table striped bordered hover size='sm' className={`${addClass}`}>
20
<thead>
0 commit comments