chore: fix ci problem for type change

pull/90/head
moonrailgun 2 years ago
parent 1f21e406a5
commit 44e254f533

@ -60,7 +60,7 @@ export const ConversePanel: React.FC<ConversePanelProps> = React.memo(
return (
<CommonPanelWrapper
header={converseHeader}
actions={(setRightPanel) => {
actions={({ setRightPanel }) => {
if (!converse) {
return [];
}

Loading…
Cancel
Save