Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Aug 13, 2024
1 parent 5a8862b commit da8cb99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public extension StatusEditor {
var client: Client?
var currentAccount: Account? {
didSet {
if let itemsProvider {
if itemsProvider != nil {
mediaContainers = []
}
}
Expand Down

0 comments on commit da8cb99

Please sign in to comment.