Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

01.05.2022 (👁3164)

95 |                                </div>
 
  96 |
 
  97 |                                <p>Keywords: {this.state.keywords}</p>
>  98 |                                <p>Keywords:
 
     | ^   99 |                                {
 
 100 |                                        (this.state.keywords)?.split(";").map(keyword =>
 
 101 |                                            <a href={this.baseURL + "?k=" + encodeURI(keyword)} style={{ margin: '4px' }}>{keyword}</a>                                            


 
 56 |            iduser      :data.idUser,
 
 57 |            title       :data.title,