Allow empty arrow on grid item since interaction is disabled on this item

This commit is contained in:
Jackson Harper 2022-11-24 15:07:02 +08:00
parent 1b731ece90
commit 2d0c0aabcd

View file

@ -1176,6 +1176,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
item={props.linkToRemove?.node}
viewer={viewerData.me}
layout="GRID_LAYOUT"
// eslint-disable-next-line @typescript-eslint/no-empty-function
handleAction={() => {}}
/>
</Box>