Try this :
Connect the RC522 Slave Select (SDA) to pin 10: #define SS_PIN 10
RST is an INPUT for the ESP32 pro micro. Do NOT connect unless you want to reset the ESP32.
Connect the RST from the RC522 to pin 7 : #define RST_PIN 7
The rest looked ok.