Fix missing newline at EOL

This commit is contained in:
nickofolas 2022-03-10 22:21:02 -06:00
parent 5d6952dbac
commit 8ce1660f8a

@ -169,4 +169,4 @@ export function EarningsElement(props: IProps): React.ReactElement {
</TableBody>
</Table>
)
}
}