mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fix some SWR funkiness
This commit is contained in:
@@ -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 New Issue
Block a user