mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-25 10:05:02 +03:00
commenting out counts for now
This commit is contained in:
parent
d555b019d2
commit
a05e6f1ffe
@ -282,7 +282,7 @@ export default class SlatePage extends React.Component {
|
||||
<ViewAllButton fullText={this.props.slate.data.body} maxCharacter={208}>
|
||||
<ProcessedText text={this.props.slate.data.body} />
|
||||
</ViewAllButton>
|
||||
<div css={STYLES_STATS}>
|
||||
{/* <div css={STYLES_STATS}>
|
||||
<div css={STYLES_STAT}>
|
||||
<div style={{ color: `${Constants.system.grayBlack}` }}>Data</div>
|
||||
<div style={{ fontFamily: `${Constants.font.semiBold}` }}>0</div>
|
||||
@ -296,6 +296,8 @@ export default class SlatePage extends React.Component {
|
||||
<div style={{ fontFamily: `${Constants.font.semiBold}` }}>0</div>
|
||||
</div>
|
||||
</div>
|
||||
// tara: pending until I got help from Martina on how to pass in the counts.
|
||||
*/}
|
||||
</div>
|
||||
</div>
|
||||
<div css={STYLES_SLATE}>
|
||||
|
Loading…
Reference in New Issue
Block a user