Fix some SWR funkiness
This commit is contained in:
parent
5da9824fb7
commit
fa9800fa88
4 changed files with 30 additions and 22 deletions
|
@ -96,7 +96,7 @@ export default ({ file }: { file: FileObject }) => {
|
|||
return (
|
||||
<DropdownMenu
|
||||
renderToggle={onClick => (
|
||||
<div onClick={onClick}>
|
||||
<div css={tw`p-3 hover:text-white`} onClick={onClick}>
|
||||
<FontAwesomeIcon icon={faEllipsisH}/>
|
||||
<RenameFileModal
|
||||
file={file}
|
||||
|
|
Reference in a new issue