Skip to content

Commit

Permalink
Fix types on mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Jun 13, 2023
1 parent 4e848ae commit a58ecf8
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -153,6 +153,9 @@ export const mockState: SyntheticsAppState = {
addError: null,
editError: null,
},
certificates: {
total: 0,
},
};

function getBrowserJourneyMockSlice() {
Expand Down

0 comments on commit a58ecf8

Please sign in to comment.