fix(content-docs): restore behavior when pagination front matter is null (#6124)

* fix(content-docs): restore behavior when pagination front matter is null

* update snaps
This commit is contained in:
Joshua Chen 2021-12-18 10:31:31 +08:00 committed by GitHub
parent 8f18cbbeb3
commit a5d2815154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 24 deletions

View file

@ -227,6 +227,8 @@ describe('simple site', () => {
description: 'This is custom description',
id: 'bar',
title: 'Bar',
pagination_next: null,
pagination_prev: null,
},
tags: [],
});