mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:37:11 -04:00 
			
		
		
		
	fix(web): fix View in Timeline not working for stacked assets (#16993)
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									0d805a1f5b
								
							
						
					
					
						commit
						1820c0aa0d
					
				| @ -190,7 +190,7 @@ | ||||
|           {#if !asset.isArchived && !asset.isTrashed} | ||||
|             <MenuOption | ||||
|               icon={mdiImageSearch} | ||||
|               onClick={() => goto(`${AppRoute.PHOTOS}?at=${asset.id}`)} | ||||
|               onClick={() => goto(`${AppRoute.PHOTOS}?at=${stack?.primaryAssetId ?? asset.id}`)} | ||||
|               text={$t('view_in_timeline')} | ||||
|             /> | ||||
|           {/if} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user