Skip to content

Commit

Permalink
Fix missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Apr 4, 2024
1 parent 2465f82 commit 0016e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/loopeat.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import _ from 'lodash'

export function getNameFromId(formatId, formats) {
const format = formats.find(f => f.id === formatId)
return format.title
Expand Down

0 comments on commit 0016e82

Please sign in to comment.