disallowed pin in directmessage

This commit is contained in:
Abron
2025-02-03 13:59:23 +03:30
parent 6f622a9a88
commit e07e784de1

View File

@@ -299,7 +299,6 @@ export default observer(
}, [renderer]);
const history = useHistory();
if (renderer.state !== "RENDER") return null;
function truncateText(text: string, chars: number) {
@@ -322,7 +321,7 @@ export default observer(
</PinIcon>
)}
{!hidden && <PinBar accent position="top" >
<div>
<div style={{ height: 'auto' }}>
<div
onClick={() => setHidden(true)}
style={{