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 00c2e83 commit d4a458d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AppLibrary/SettingAppItemCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import SwiftUI

public struct SettingAppItemCell: View {
var meta: AppMetaData
public var meta: AppMetaData

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

0 comments on commit d4a458d

Please sign in to comment.