Skip to content

Commit

Permalink
chore(@dpc-sdp/nuxt-ripple): 🧪 fix breadcrumb unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Apr 19, 2024
1 parent ad6b218 commit e9f3545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nuxt-ripple/utils/breadcrumbs.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { stripSiteId } from './utils'

// Private helpers
function getActivePath(branch, path) {
for (let i = 0; i < branch.length; i++) {
Expand Down

0 comments on commit e9f3545

Please sign in to comment.