Skip to content

Commit 2a001ad

Browse files
happychrissbwees
andcommitted
Update mobile/lib/presentation/widgets/asset_viewer/bottom_bar.widget.dart
Co-authored-by: Brandon Wees <[email protected]>
1 parent 226e518 commit 2a001ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/lib/presentation/widgets/asset_viewer/bottom_bar.widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ViewerBottomBar extends ConsumerWidget {
4141
final actions = <Widget>[
4242
const ShareActionButton(source: ActionSource.viewer),
4343
if (asset.isLocalOnly) const UploadActionButton(source: ActionSource.viewer),
44-
if (asset.type == AssetType.image && isOwner) const EditImageActionButton(),
44+
if (asset.type == AssetType.image) const EditImageActionButton(),
4545
if (asset.hasRemote) const AddActionButton(),
4646

4747
if (isOwner) ...[

0 commit comments

Comments
 (0)