We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6aee4 commit 0c8680fCopy full SHA for 0c8680f
server/client/src/components/Header.js
@@ -13,6 +13,9 @@ class Header extends Component {
13
default:
14
return [
15
<li key="1"><Payments /></li>,
16
+ <li key="3" style={{ margin: '0 10px' }}>
17
+ Credits: {this.props.auth.credits}
18
+ </li>,
19
<li key="2"><a href="/api/logout">Logout</a></li>
20
];
21
}
0 commit comments