chore: remove occurrences of FC

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-11-18 10:35:49 +01:00
parent f029733d13
commit 610e3c979d
4 changed files with 4 additions and 4 deletions
@@ -48,7 +48,7 @@ const generatedColumns: TableColumn[] = [
field: 'message',
highlight: true,
render: (row: Partial<WorkflowRun>) => {
const LinkWrapper: React.FC<{}> = () => {
const LinkWrapper = () => {
const routeLink = useRouteRef(buildRouteRef);
return (
<Link component={RouterLink} to={routeLink({ id: row.id! })}>