LinkFooter: convert to TSX

This commit is contained in:
Alex Gleason
2022-03-30 15:50:16 -05:00
parent 99b89d2230
commit 548ecef20f
6 changed files with 100 additions and 106 deletions

View File

@@ -112,6 +112,7 @@ export const SoapboxConfigRecord = ImmutableRecord({
authenticatedProfile: true,
singleUserMode: false,
singleUserModeProfile: '',
linkFooterMessage: '',
}, 'SoapboxConfig');
type SoapboxConfigMap = ImmutableMap<string, any>;