@ -20,7 +20,7 @@ export const Commits = () => {
};
const loadNextPage = async () => {
await actions.fetch({
remote: null,
ref: context.currentBranch,
@ -398,7 +398,7 @@ const tokenWarning = async () => {
const parseError = async (e: any) => {
console.trace(e)
if(!e.message) return
if (!e.message) return
// if message conttains 401 Unauthorized, show token warning
if (e.message.includes('401')) {
@ -220,7 +220,7 @@ export const gitReducer = (state: gitState = defaultGitState, action: Actions):
...state,
timestamp: action.payload
}
case 'SET_GIT_LOG_COUNT':
return {