Skip to content

Commit

Permalink
chore: update topic heading as per locked status (#18)
Browse files Browse the repository at this point in the history
* chore: update topic heading as per locked status

* chore: update message

* chore: update vote message
  • Loading branch information
anshumanv authored and EugeneHlushko committed Jan 10, 2020
1 parent e11437c commit cc4337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/topic/topic.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class Topic extends React.Component {

<section className={ `${block}__vote` }>
<div className={ `${block}__title ${block}__title--vote` }>
Place Your Vote
{topic.locked ? 'Voting is not allowed' : 'Place your vote'}
</div>
<div className={ `${block}__inner` }>
{ votes.map((currency, i) => (
Expand Down

0 comments on commit cc4337b

Please sign in to comment.