Skip to content

Commit

Permalink
Add back in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Amin authored and Sophie Amin committed Oct 21, 2024
1 parent 2e1b2c7 commit 752238e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ struct InactiveTabsModel: Equatable, Identifiable, Hashable {
title: String
) -> InactiveTabsModel {
return InactiveTabsModel(
id: tabUUID,
tabUUID: tabUUID,
title: title,
url: nil
Expand Down

0 comments on commit 752238e

Please sign in to comment.