mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Allow empty arrow on grid item since interaction is disabled on this item
This commit is contained in:
parent
1b731ece90
commit
2d0c0aabcd
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue