Minor comment tweaks
This commit is contained in:
@@ -22,5 +22,5 @@ export function sessionChange(token) {
|
||||
return {
|
||||
type: SESSIONCHANGE,
|
||||
token: token
|
||||
}
|
||||
};
|
||||
}
|
||||
@@ -20,7 +20,7 @@ class NewsPanel extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
fetchNews(max = 3) {
|
||||
fetchNews(max) {
|
||||
//build the XHR
|
||||
let xhr = new XMLHttpRequest();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user