Have a look at turning on hidden file display in Finder and then going into Time Machine
In Terminal
defaults write com.apple.finder AppleShowAllFiles YES
This sets the flag to show hidden files
killall Finder
This will force Finder to restart
Then go into Time Machine, fix/restore what you want and then
defaults write com.apple.finder AppleShowAllFiles NO
killall Finder