/vendor/magento/module-sales-rule/view/frontend/layout/checkout_cart_index.xml
/vendor/magento/module-sales-rule/view/frontend/layout/checkout_cart_index.xml
Take below code from above file
<item name="discount" xsi:type="array"> <item name="component" xsi:type="string">Magento_SalesRule/js/view/cart/totals/discount</item> <item name="config" xsi:type="array"> <item name="title" xsi:type="string" translate="true">Discount</item> </item> </item> Insert it in overrided checkout_cart_index.xmlcheckout_cart_index.xml file of module-checkoutMagento_checkout in your themeyour theme by Overriding it there.
Now you can see discount there.