ktmud commented on code in PR #20778:
URL: https://github.com/apache/superset/pull/20778#discussion_r924983560


##########
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:
##########
@@ -103,7 +105,7 @@ export const ActionButtons = ({
   );
 
   return (
-    <ActionButtonsContainer>
+    <ActionButtonsContainer data-test="filterbar-action-buttons" width={width 
|| OPEN_FILTER_BAR_WIDTH}>

Review Comment:
   ```suggestion
       <ActionButtonsContainer data-test="filterbar-action-buttons" 
width={width}>
   ```
   
   No need for `||` if default value is assigned.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to