Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akring committed Sep 19, 2023
1 parent d4a458d commit c05d171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/AppLibrary/SettingAppItemCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import SwiftUI
public struct SettingAppItemCell: View {
public var meta: AppMetaData

public init(meta: AppMetaData) {
self.meta = meta
}

public var body: some View {
HStack(spacing: 15) {
meta.icon()
Expand Down

0 comments on commit c05d171

Please sign in to comment.