Make sure right sidebar shows for Watch plugin in client-less mode

Differential Revision: D19261373

fbshipit-source-id: 194480622074bc7672eae67105e0ac8efeafe623
This commit is contained in:
Ankur Sadhoo
2020-01-02 12:41:20 -08:00
committed by Facebook Github Bot
parent 8a84bcbe29
commit e7173e060c

View File

@@ -46,7 +46,7 @@ const Container = styled(FlexColumn)({
backgroundColor: colors.white,
});
const SidebarContainer = styled(FlexRow)({
export const SidebarContainer = styled(FlexRow)({
backgroundColor: colors.light02,
height: '100%',
overflow: 'scroll',