fix(mobile): toggle tablet content layout based on online state. Closes #3003 (#3007)

This commit is contained in:
Gabe Kangas
2023-05-12 07:00:04 -07:00
committed by GitHub
parent 1be65fcead
commit e694d76ad2
3 changed files with 14 additions and 3 deletions

View File

@@ -268,6 +268,7 @@ export const Content: FC = () => {
setShowFollowModal={setShowFollowModal}
supportFediverseFeatures={supportFediverseFeatures}
chatEnabled={isChatAvailable}
online={online}
/>
) : (
<Col span={24} style={{ paddingRight: dynamicPadding }}>