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
@@ -56,7 +56,7 @@ const generatedColumns: TableColumn[] = [
highlight: true,
width: '200px',
render: (row: Partial<WorkflowRun>) => {
const LinkWrapper: React.FC<{}> = () => {
const LinkWrapper = () => {
const routeLink = useRouteRef(buildRouteRef);
return (
<Link