Removed unused imgCount property from ViewImageModal

Этот коммит содержится в:
hmhealey
2015-07-24 11:16:22 -04:00
родитель 92c9ec71a0
Коммит 6d65071ecd
2 изменённых файлов: 12 добавлений и 21 удалений

Просмотреть файл

@@ -35,7 +35,6 @@ module.exports = React.createClass({
userId={this.props.userId}
modalId={modalId}
startId={this.state.startImgId}
imgCount={0}
filenames={filenames} />
</div>
);