Skip to content

Commit da0aac9

Browse files
committed
#
1 parent 7b3ebc6 commit da0aac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/CollectionList/CollectionListRow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class CollectionListRowBase extends React.Component {
234234
<td>{formatDateCell(collection.createdAt, mobile)}</td>
235235
<td>{formatDateCell(collection.updatedAt, mobile)}</td>
236236
<td>
237-
{mobile && '# sketches: '}
237+
{mobile && 'sketches: '}
238238
{(collection.items || []).length}
239239
</td>
240240
<td className="sketch-list__dropdown-column">{this.renderActions()}</td>

0 commit comments

Comments
 (0)