diff --git a/src/components/Table/RowAction.tsx b/src/components/Table/RowAction.tsx index 6d8a2c2b0..5774b01e9 100644 --- a/src/components/Table/RowAction.tsx +++ b/src/components/Table/RowAction.tsx @@ -82,7 +82,7 @@ class RowAction extends React.PureComponent { return ( validActionConfigs && validActionConfigs.length > 0 ? -
+
{ } return ( - ); + ); }