Skip to content

Commit

Permalink
Hide video from section page
Browse files Browse the repository at this point in the history
Closes #123
  • Loading branch information
hkdobrev committed Apr 2, 2023
1 parent e852ec5 commit 9dfd54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/units/Section.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ export default (props) => {
</tr>
</tbody>
</SectionDetailsTable>
<h2>Видеонаблюдение</h2>
<Player section={data.segment} />
{/*<h2>Видеонаблюдение</h2>
<Player section={data.segment} />*/}
{data.protocols.length > 0 && <h2>Протоколи:</h2>}
{data.protocols &&
data.protocols.map((protocol, index) => {
Expand Down

0 comments on commit 9dfd54d

Please sign in to comment.