News testing

This commit is contained in:
Thoronium
2023-02-25 21:00:57 -07:00
committed by GitHub
parent d6b1c7a613
commit ec611f9d7d
2 changed files with 1 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ export default class NewsSection extends React.Component<IProps, IState> {
componentDidMount() {
// Call showNews off the bat
this.showNews()
this.setSelected('commits')
}
setSelected(item: string) {