We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3ebc6 commit da0aac9Copy full SHA for da0aac9
client/modules/IDE/components/CollectionList/CollectionListRow.jsx
@@ -234,7 +234,7 @@ class CollectionListRowBase extends React.Component {
234
<td>{formatDateCell(collection.createdAt, mobile)}</td>
235
<td>{formatDateCell(collection.updatedAt, mobile)}</td>
236
<td>
237
- {mobile && '# sketches: '}
+ {mobile && 'sketches: '}
238
{(collection.items || []).length}
239
</td>
240
<td className="sketch-list__dropdown-column">{this.renderActions()}</td>
0 commit comments