{this.props.slate.objects.length}{" "}
Files
{/*
{contributorsCount}{" "}
Contributors
*/}
{!isSlateEmpty && (
Download
)}
this.setState({ visible: true })}>
Follow
{this.props.isMobile ? (
) : (
)}
{this.state.visible && (
this.setState({ visible: false })}
viewer={this.props.viewer}
open={this.state.visible}
redirectURL={`/_${Strings.createQueryParams({
scene: "NAV_SLATE",
user: this.props.creator.username,
slate: this.props.slate.slatename,
})}`}
/>
)}
);
}
}