diff --git a/src/components/structures/FilePanel.tsx b/src/components/structures/FilePanel.tsx index 7ee0ab04eb..54f8696370 100644 --- a/src/components/structures/FilePanel.tsx +++ b/src/components/structures/FilePanel.tsx @@ -296,18 +296,20 @@ class FilePanel extends React.Component { )} {isRoomEncryptedLoaded && ( - + <> + + + )} - );