if (component != null)
{
ResourceManager.inventoryPop.TweenIntoPopCanvas(FTEblockImg.sprite, new Rect(component.position.x, component.position.y, component.rect.size.x, component.rect.size.y), 0.8f, 0f, LeanTweenType.easeInSine, useWorld: true);
FTEblockImg.enabled = false;
}
oh sorry wrong thing