Skip to content

Commit b9f4f10

Browse files
Update src/components/FilesTable/FilesTable.jsx
Co-authored-by: Alisha Evans <[email protected]>
1 parent 2ff1fea commit b9f4f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FilesTable/FilesTable.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const FilesTable = ({ addClass, files }) => {
1414
<h6 className='mt-3'>You do not have this type of document yet.</h6>
1515
)
1616
}
17+
1718
return (
1819
<Table striped bordered hover size='sm' className={`${addClass}`}>
1920
<thead>

0 commit comments

Comments
 (0)